Skip to content

Commit fb0bbde

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): 2ab961f7c76e889a3239c3debfcb02477ff666e3
1 parent 505e36f commit fb0bbde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: pkg/assets/bindata.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -17715,8 +17715,8 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1771517715
"<td data-title=\"Status\">\n" +
1771617716
"<div row class=\"status\">\n" +
1771717717
"<status-icon status=\"build.status.phase\" disable-animation fixed-width=\"true\"></status-icon>\n" +
17718-
"<span ng-if=\"build.status.phase ==='Failed'\">{{(build.status.reason || build.status.phase) | sentenceCase}}</span>\n" +
17719-
"<span ng-if=\"build.status.phase !== 'Failed'\">{{build.status.phase | sentenceCase}}</span>\n" +
17718+
"<span ng-if=\"!build.status.reason || build.status.phase === 'Cancelled'\">{{build.status.phase}}</span>\n" +
17719+
"<span ng-if=\"build.status.reason && build.status.phase !== 'Cancelled'\">{{build.status.reason | sentenceCase}}</span>\n" +
1772017720
"</div>\n" +
1772117721
"</td>\n" +
1772217722
"<td data-title=\"Duration\">\n" +
@@ -19850,8 +19850,8 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1985019850
"<div row class=\"status\">\n" +
1985119851
"\n" +
1985219852
"<status-icon status=\"latestBuild.status.phase\" disable-animation fixed-width=\"true\"></status-icon>\n" +
19853-
"<span ng-if=\"latestBuild.status.phase ==='Failed'\">{{(latestBuild.status.reason || latestBuild.status.phase) | sentenceCase}}</span>\n" +
19854-
"<span ng-if=\"latestBuild.status.phase !== 'Failed'\">{{latestBuild.status.phase | sentenceCase}}</span>\n" +
19853+
"<span ng-if=\"!latestBuild.status.reason || latestBuild.status.phase === 'Cancelled'\">{{latestBuild.status.phase}}</span>\n" +
19854+
"<span ng-if=\"latestBuild.status.reason && latestBuild.status.phase !== 'Cancelled'\">{{latestBuild.status.reason | sentenceCase}}</span>\n" +
1985519855
"</div>\n" +
1985619856
"</td>\n" +
1985719857
"<td data-title=\"Duration\">\n" +

0 commit comments

Comments
 (0)