diff --git a/app/scripts/directives/truncate.js b/app/scripts/directives/truncate.js index b8b161041b..e4d190d04a 100644 --- a/app/scripts/directives/truncate.js +++ b/app/scripts/directives/truncate.js @@ -12,7 +12,8 @@ angular.module('openshiftConsole') newlineLimit: '=', useWordBoundary: '=', expandable: '=', - prettifyJson: '=' // prettifies JSON blobs when expanded, only used if expandable is true + keywords: '=highlightKeywords', // optional keywords to highlight using the `highlightKeywords` filter + prettifyJson: '=' // prettifies JSON blobs when expanded, only used if expandable is true }, templateUrl: 'views/directives/truncate-long-text.html', link: function(scope) { diff --git a/app/views/catalog/_image.html b/app/views/catalog/_image.html index f1b128bca6..a9ccc28e39 100644 --- a/app/views/catalog/_image.html +++ b/app/views/catalog/_image.html @@ -11,12 +11,11 @@
Builds source code
Provider: {{imageStream | imageStreamTagAnnotation : 'provider' : is.tag.tag}} diff --git a/app/views/catalog/_template.html b/app/views/catalog/_template.html index ca5e11f1de..724624c866 100644 --- a/app/views/catalog/_template.html +++ b/app/views/catalog/_template.html @@ -9,12 +9,11 @@
Provider: {{template | annotation : 'provider'}}
diff --git a/app/views/directives/events.html b/app/views/directives/events.html
index 6c532c1526..f04baf4d80 100644
--- a/app/views/directives/events.html
+++ b/app/views/directives/events.html
@@ -92,7 +92,15 @@
-
+
+
Builds source code
\n" + "\n" +
- "
\n" + "Provider: {{imageStream | imageStreamTagAnnotation : 'provider' : is.tag.tag}}\n" + @@ -4175,8 +4174,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "\n" + "\n" + "
\n" +
- "
\n" +
"Provider: {{template | annotation : 'provider'}}\n" +
@@ -6768,7 +6766,9 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
" \n" +
"\n" +
"\n" +
- "\n" +
+ "\n" +
+ "