Skip to content

Commit fd77ade

Browse files
committed
Fix awkward overview message for new deployments
1 parent eaa5d82 commit fd77ade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/overview/_list-row-content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3>
3939
<div ng-if="row.apiObject.kind === 'DeploymentConfig'">
4040
<span class="mar-right-sm">
4141
<span class="hidden-xs">
42-
{{row.apiObject.spec.strategy.type}} deployment
42+
{{row.apiObject.spec.strategy.type}} deployment is
4343
{{row.current | deploymentStatus | lowercase}}&thinsp;<ellipsis-pulser color="dark" size="sm" display="inline" msg=""></ellipsis-pulser>
4444
</span>
4545
<!-- Don't show the strategy at phone resolutions to save space. -->

dist/scripts/templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11746,7 +11746,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1174611746
"<div ng-if=\"row.apiObject.kind === 'DeploymentConfig'\">\n" +
1174711747
"<span class=\"mar-right-sm\">\n" +
1174811748
"<span class=\"hidden-xs\">\n" +
11749-
"{{row.apiObject.spec.strategy.type}} deployment {{row.current | deploymentStatus | lowercase}}&thinsp;<ellipsis-pulser color=\"dark\" size=\"sm\" display=\"inline\" msg=\"\"></ellipsis-pulser>\n" +
11749+
"{{row.apiObject.spec.strategy.type}} deployment is {{row.current | deploymentStatus | lowercase}}&thinsp;<ellipsis-pulser color=\"dark\" size=\"sm\" display=\"inline\" msg=\"\"></ellipsis-pulser>\n" +
1175011750
"</span>\n" +
1175111751
"\n" +
1175211752
"<span class=\"hidden visible-xs-inline nowrap\">\n" +

0 commit comments

Comments
 (0)