Skip to content

Commit becea5e

Browse files
author
OpenShift Bot
authored
Merge pull request #2020 from rhamilto/annotation-newline-limit-fix
Merged by openshift-bot
2 parents e724d33 + 04c39ce commit becea5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: app/views/directives/annotations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<truncate-long-text
1313
content="annotationValue | prettifyJSON"
1414
limit="500"
15-
newlineLimit="20"
15+
newline-limit="20"
1616
expandable="true">
1717
</truncate-long-text>
1818
</td>

Diff for: dist/scripts/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5543,7 +5543,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
55435543
"<tr ng-repeat=\"(annotationKey, annotationValue) in annotations\">\n" +
55445544
"<td class=\"key\">{{annotationKey}}</td>\n" +
55455545
"<td class=\"value\">\n" +
5546-
"<truncate-long-text content=\"annotationValue | prettifyJSON\" limit=\"500\" newlinelimit=\"20\" expandable=\"true\">\n" +
5546+
"<truncate-long-text content=\"annotationValue | prettifyJSON\" limit=\"500\" newline-limit=\"20\" expandable=\"true\">\n" +
55475547
"</truncate-long-text>\n" +
55485548
"</td>\n" +
55495549
"</tr>\n" +

0 commit comments

Comments
 (0)