Skip to content

Commit cb5d93e

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): d5e1aba11fc08b7cfb8d68b2e22eb460306657fe
1 parent 8e6305b commit cb5d93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/assets/bindata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20188,7 +20188,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2018820188
"</uib-tab>\n" +
2018920189
"<uib-tab active=\"selectedTab.logs\" ng-if=\"'pods/log' | canI : 'get'\">\n" +
2019020190
"<uib-tab-heading>Logs</uib-tab-heading>\n" +
20191-
"<log-viewer ng-if=\"selectedTab.logs\" follow-affix-top=\"390\" object=\"pod\" context=\"projectContext\" options=\"logOptions\" empty=\"logEmpty\" run=\"logCanRun\">\n" +
20191+
"<log-viewer ng-if=\"selectedTab.logs\" follow-affix-top=\"390\" object=\"pod\" context=\"projectContext\" options=\"logOptions\" empty=\"logEmpty\" run=\"logCanRun\" ng-class=\"{'log-viewer-select': pod.spec.containers.length > 1}\">\n" +
2019220192
"<span class=\"container-details\">\n" +
2019320193
"<label for=\"selectLogContainer\">Container:</label>\n" +
2019420194
"<span ng-if=\"pod.spec.containers.length === 1\">\n" +

0 commit comments

Comments
 (0)