@@ -14861,7 +14861,7 @@ return null;
14861
14861
};
14862
14862
}).filter("description", [ "annotationFilter", function(a) {
14863
14863
return function(b) {
14864
- return a(b, "description");
14864
+ return a(b, "openshift.io/description") || a(b, "kubernetes.io/ description");
14865
14865
};
14866
14866
} ]).filter("displayName", [ "annotationFilter", function(a) {
14867
14867
return function(b, c) {
@@ -24039,7 +24039,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
24039
24039
"<ui-select-choices repeat=\"sclass as sclass in storageClasses | toArray | filter : { metadata: { name: $select.search } } \">\n" +
24040
24040
"<div>\n" +
24041
24041
"<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" +
24043
24043
"<small>–\n" +
24044
24044
"<span ng-if=\"sclass.parameters.type\">\n" +
24045
24045
"Type: {{sclass.parameters.type}}\n" +
@@ -24048,9 +24048,9 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
24048
24048
"<span ng-if=\"sclass.parameters.type\">|</span>\n" +
24049
24049
"Zone: {{sclass.parameters.zone}}\n" +
24050
24050
"</span>\n" +
24051
- "<span ng-if=\"sclass | annotation : ' description' \">\n" +
24051
+ "<span ng-if=\"sclass | description\">\n" +
24052
24052
"<span ng-if=\"sclass.parameters.type || sclass.parameters.zone\">|</span>\n" +
24053
- "{{sclass | annotation : ' description' }}\n" +
24053
+ "{{sclass | description}}\n" +
24054
24054
"</span>\n" +
24055
24055
"</small>\n" +
24056
24056
"</span>\n" +
0 commit comments