Skip to content

Commit

Permalink
Merge pull request #2020 from rhamilto/annotation-newline-limit-fix
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Sep 6, 2017
2 parents e724d33 + 04c39ce commit becea5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/directives/annotations.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<truncate-long-text
content="annotationValue | prettifyJSON"
limit="500"
newlineLimit="20"
newline-limit="20"
expandable="true">
</truncate-long-text>
</td>
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -5543,7 +5543,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"<tr ng-repeat=\"(annotationKey, annotationValue) in annotations\">\n" +
"<td class=\"key\">{{annotationKey}}</td>\n" +
"<td class=\"value\">\n" +
"<truncate-long-text content=\"annotationValue | prettifyJSON\" limit=\"500\" newlinelimit=\"20\" expandable=\"true\">\n" +
"<truncate-long-text content=\"annotationValue | prettifyJSON\" limit=\"500\" newline-limit=\"20\" expandable=\"true\">\n" +
"</truncate-long-text>\n" +
"</td>\n" +
"</tr>\n" +
Expand Down

0 comments on commit becea5e

Please sign in to comment.