Skip to content

Commit 5ffd95f

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): b959663a3ee4d00f16ca0ee7144f795356a09bf4
1 parent fc7f53c commit 5ffd95f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pkg/assets/bindata.go

+23
Original file line numberDiff line numberDiff line change
@@ -16130,6 +16130,29 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1613016130
"</div>\n" +
1613116131
"</div>\n" +
1613216132
"</div>\n" +
16133+
"<div row ng-if=\"detailed && (container.command.length || container.args.length)\" class=\"icon-row\">\n" +
16134+
"<div>\n" +
16135+
"<span aria-hidden=\"true\" class=\"fa fa-terminal\"></span>\n" +
16136+
"</div>\n" +
16137+
"<div flex class=\"word-break\">\n" +
16138+
"<span class=\"pod-template-key\">\n" +
16139+
"<span ng-if=\"container.command.length\">Command:</span>\n" +
16140+
"<span ng-if=\"!container.command.length\">Arguments:</span>\n" +
16141+
"</span>\n" +
16142+
"<span>\n" +
16143+
"<code class=\"command\">\n" +
16144+
"<span ng-repeat=\"arg in container.command\">\n" +
16145+
"<truncate-long-text content=\"arg\" limit=\"80\" newline-limit=\"1\" expandable=\"false\" use-word-boundary=\"false\">\n" +
16146+
"</truncate-long-text>\n" +
16147+
"</span>\n" +
16148+
"<span ng-repeat=\"arg in container.args\">\n" +
16149+
"<truncate-long-text content=\"arg\" limit=\"80\" newline-limit=\"1\" expandable=\"false\" use-word-boundary=\"false\">\n" +
16150+
"</truncate-long-text>\n" +
16151+
"</span>\n" +
16152+
"</code>\n" +
16153+
"</span>\n" +
16154+
"</div>\n" +
16155+
"</div>\n" +
1613316156
"<div row ng-if=\"container.ports.length > 0\" class=\"pod-template-ports icon-row\">\n" +
1613416157
"<div>\n" +
1613516158
"<span data-icon=\"\" aria-hidden=\"true\" style=\"font-size:16px;line-height:normal\"></span>\n" +

0 commit comments

Comments
 (0)