Skip to content

Commit 39be52c

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): 49f82e8dce65fd143055c66b7efba2e8dcb5113a
1 parent 828590c commit 39be52c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkg/assets/bindata.go

+1-5
Original file line numberDiff line numberDiff line change
@@ -16093,11 +16093,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1609316093
"<div flex class=\"word-break\">\n" +
1609416094
"<span class=\"pod-template-key\">Ports:</span>\n" +
1609516095
"<span ng-repeat=\"port in container.ports | orderBy: 'containerPort' | limitToOrAll : detailed ? undefined : 1\">\n" +
16096-
"<span><span class=\"nowrap\">{{port.containerPort}}/{{port.protocol}}</span>\n" +
16097-
"<span ng-if=\"port.name\"> <span class=\"nowrap\">({{port.name}})</span></span>\n" +
16098-
"<span ng-if=\"port.hostPort\"> <span class=\"nowrap\"><span class=\"port-icon\">&#8594;</span> {{port.hostPort}}</span></span>\n" +
16099-
"</span>\n" +
16100-
"<span ng-if=\"!$last\">, </span>\n" +
16096+
"<span class=\"nowrap\">{{port.containerPort}}/{{port.protocol}}</span><span ng-if=\"port.name\"><span class=\"nowrap\"> ({{port.name}})</span></span><span ng-if=\"port.hostPort\"><span class=\"nowrap\"><span class=\"port-icon\"> &#8594;</span> {{port.hostPort}}</span></span><span ng-if=\"!$last\">, </span>\n" +
1610116097
"</span>\n" +
1610216098
"<span ng-if=\"!detailed && container.ports.length >= 2\">\n" +
1610316099
"and {{container.ports.length - 1}}\n" +

0 commit comments

Comments
 (0)