Skip to content

Commit 7a315d5

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): 32bbb0ff1f294cfdc8eb81118c8717fba185fc0e
1 parent 8592ab0 commit 7a315d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/assets/bindata.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -14861,7 +14861,7 @@ return null;
1486114861
};
1486214862
}).filter("description", [ "annotationFilter", function(a) {
1486314863
return function(b) {
14864-
return a(b, "description");
14864+
return a(b, "openshift.io/description") || a(b, "kubernetes.io/description");
1486514865
};
1486614866
} ]).filter("displayName", [ "annotationFilter", function(a) {
1486714867
return function(b, c) {
@@ -24039,7 +24039,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2403924039
"<ui-select-choices repeat=\"sclass as sclass in storageClasses | toArray | filter : { metadata: { name: $select.search } } \">\n" +
2404024040
"<div>\n" +
2404124041
"<span ng-bind-html=\"sclass.metadata.name | highlight : $select.search\"></span>\n" +
24042-
"<span ng-if=\"sclass.parameters.type || sclass.parameters.zone || (sclass | annotation : 'description')\" class=\"text-muted\">\n" +
24042+
"<span ng-if=\"sclass.parameters.type || sclass.parameters.zone || (sclass | description)\" class=\"text-muted\">\n" +
2404324043
"<small>&ndash;\n" +
2404424044
"<span ng-if=\"sclass.parameters.type\">\n" +
2404524045
"Type: {{sclass.parameters.type}}\n" +
@@ -24048,9 +24048,9 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2404824048
"<span ng-if=\"sclass.parameters.type\">|</span>\n" +
2404924049
"Zone: {{sclass.parameters.zone}}\n" +
2405024050
"</span>\n" +
24051-
"<span ng-if=\"sclass | annotation : 'description'\">\n" +
24051+
"<span ng-if=\"sclass | description\">\n" +
2405224052
"<span ng-if=\"sclass.parameters.type || sclass.parameters.zone\">|</span>\n" +
24053-
"{{sclass | annotation : 'description'}}\n" +
24053+
"{{sclass | description}}\n" +
2405424054
"</span>\n" +
2405524055
"</small>\n" +
2405624056
"</span>\n" +

0 commit comments

Comments
 (0)