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 @@

- + use-word-boundary="true" + highlight-keywords="keywords">

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 @@   - + + +

{{event.count}} times in the last diff --git a/app/views/directives/truncate-long-text.html b/app/views/directives/truncate-long-text.html index 8a77490a00..055f5fafeb 100644 --- a/app/views/directives/truncate-long-text.html +++ b/app/views/directives/truncate-long-text.html @@ -1,17 +1,19 @@ -{{content}} + - {{truncatedContent}}… + + … + See all
Collapse - {{content | prettifyJSON}} +
Collapse - {{content}} +
diff --git a/dist/scripts/scripts.js b/dist/scripts/scripts.js index d8005ba4a4..e469a56a48 100644 --- a/dist/scripts/scripts.js +++ b/dist/scripts/scripts.js @@ -10950,6 +10950,7 @@ limit:"=", newlineLimit:"=", useWordBoundary:"=", expandable:"=", +keywords:"=highlightKeywords", prettifyJson:"=" }, templateUrl:"views/directives/truncate-long-text.html", diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index ebfe1162ef..226fd4f948 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -4123,8 +4123,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "
\n" + "

Builds source code

\n" + "

\n" + - "\n" + - "\n" + + "\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" + - "\n" + + "\n" + "

\n" + "

\n" + "Provider: {{template | annotation : 'provider'}}\n" + @@ -6768,7 +6766,9 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( " \n" + "\n" + "\n" + - "\n" + + "\n" + + "\n" + + "\n" + "

1\" class=\"text-muted small\">\n" + "{{event.count}} times in the last\n" + "\n" + @@ -8384,20 +8384,22 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( $templateCache.put('views/directives/truncate-long-text.html', - "{{content}}\n" + + "\n" + "\n" + "\n" + - "{{truncatedContent}}…\n" + + "\n" + + "…\n" + + "\n" + "See all\n" + "\n" + "\n" + "
\n" + "Collapse\n" + - "{{content | prettifyJSON}}\n" + + "\n" + "
\n" + "\n" + "Collapse\n" + - "{{content}}\n" + + "\n" + "\n" + "
\n" + "
"