Skip to content

Commit 3d9cf71

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): 960a01bc0bb5d9d2ee129885fbcc8683f99f1a61
1 parent 476887d commit 3d9cf71

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

pkg/assets/bindata.go

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18059,11 +18059,11 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1805918059
"<uib-tab heading=\"Environment\" active=\"selectedTab.environment\" ng-if=\"buildConfig && !(buildConfig | isJenkinsPipelineStrategy)\">\n" +
1806018060
"<uib-tab-heading>Environment</uib-tab-heading>\n" +
1806118061
"<h3>Environment Variables</h3>\n" +
18062-
"<div style=\"margin-top: -5px\" ng-if=\"BCEnvVarsFromImage.length\">\n" +
18062+
"<p ng-if=\"BCEnvVarsFromImage.length\">\n" +
1806318063
"The builder image has additional environment variables defined. Variables defined below will overwrite any from the image with the same name.\n" +
1806418064
"<a href=\"\" ng-click=\"expand.imageEnv = true\" ng-if=\"!expand.imageEnv\">Show Image Environment Variables</a>\n" +
1806518065
"<a href=\"\" ng-click=\"expand.imageEnv = false\" ng-if=\"expand.imageEnv\">Hide Image Environment Variables</a>\n" +
18066-
"</div>\n" +
18066+
"</p>\n" +
1806718067
"<key-value-editor ng-if=\"expand.imageEnv\" entries=\"BCEnvVarsFromImage\" key-placeholder=\"Name\" value-placeholder=\"Value\" is-readonly cannot-add cannot-sort cannot-delete show-header></key-value-editor>\n" +
1806818068
"<ng-form name=\"forms.bcEnvVars\">\n" +
1806918069
"<div ng-if=\"'buildconfigs' | canI : 'update'\">\n" +
@@ -18883,7 +18883,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1888318883

1888418884
$templateCache.put('views/browse/image.html',
1888518885
"<project-header class=\"top-header\"></project-header>\n" +
18886-
"<project-page>\n" +
18886+
"<project-page class=\"image\">\n" +
1888718887
"\n" +
1888818888
"<div class=\"middle-section\">\n" +
1888918889
"<div class=\"middle-container\">\n" +
@@ -18985,7 +18985,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1898518985
"</dl>\n" +
1898618986
"<annotations annotations=\"imageStream.metadata.annotations\"></annotations>\n" +
1898718987
"</div>\n" +
18988-
"<table class=\"table table-bordered table-hover table-mobile\">\n" +
18988+
"<table class=\"table table-bordered table-hover table-mobile mar-top-xl\">\n" +
1898918989
"<thead>\n" +
1899018990
"<tr>\n" +
1899118991
"<th>Tag</th>\n" +
@@ -19164,7 +19164,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1916419164

1916519165
$templateCache.put('views/browse/pod.html',
1916619166
"<project-header class=\"top-header\"></project-header>\n" +
19167-
"<project-page>\n" +
19167+
"<project-page class=\"pod\">\n" +
1916819168
"\n" +
1916919169
"<div class=\"middle-section\">\n" +
1917019170
"<div class=\"middle-container\">\n" +
@@ -19258,7 +19258,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1925819258
"When you navigate away from this pod, any open terminal connections will be closed. This will kill any foreground processes you started from the terminal.\n" +
1925919259
"</div>\n" +
1926019260
"<alerts ng-if=\"selectedTerminalContainer.status === 'disconnected'\" alerts=\"terminalDisconnectAlert\"></alerts>\n" +
19261-
"<div class=\"mar-left-xl mar-bottom-lg\">\n" +
19261+
"<div class=\"mar-left-xl\">\n" +
1926219262
"<div class=\"row\">\n" +
1926319263
"<div class=\"pad-left-none pad-bottom-md col-sm-6 col-lg-4\">\n" +
1926419264
"<span ng-if=\"pod.spec.containers.length === 1\">\n" +
@@ -19601,14 +19601,14 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1960119601
"</dl>\n" +
1960219602
"<div ng-if=\"!route.spec.tls\"><em>TLS is not enabled for this route</em></div>\n" +
1960319603
"</div>\n" +
19604-
"</div>\n" +
1960519604
"<annotations annotations=\"route.metadata.annotations\"></annotations>\n" +
1960619605
"</div>\n" +
1960719606
"</div>\n" +
1960819607
"</div>\n" +
1960919608
"</div>\n" +
1961019609
"</div>\n" +
1961119610
"</div>\n" +
19611+
"</div>\n" +
1961219612
"</project-page>"
1961319613
);
1961419614

@@ -19778,14 +19778,14 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1977819778
"</div>\n" +
1977919779
"</div>\n" +
1978019780
"</dl>\n" +
19781-
"</div>\n" +
1978219781
"<annotations annotations=\"secret.metadata.annotations\"></annotations>\n" +
1978319782
"</div>\n" +
1978419783
"</div>\n" +
1978519784
"</div>\n" +
1978619785
"</div>\n" +
1978719786
"</div>\n" +
1978819787
"</div>\n" +
19788+
"</div>\n" +
1978919789
"</project-page>"
1979019790
);
1979119791

@@ -19878,9 +19878,9 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1987819878
"<div>\n" +
1987919879
"<traffic-table ports-by-route=\"portsByRoute\" routes=\"routesForService\" services=\"services\" show-node-ports=\"showNodePorts\" custom-name-header=\"'Route'\"></traffic-table>\n" +
1988019880
"</div>\n" +
19881-
"<div style=\"margin:-10px 0 10px 0\">\n" +
19881+
"<p>\n" +
1988219882
"Learn more about <a ng-href=\"{{'route-types' | helpLink}}\" target=\"_blank\">routes</a> and <a ng-href=\"{{'services' | helpLink}}\" target=\"_blank\">services</a>\n" +
19883-
"</div>\n" +
19883+
"</p>\n" +
1988419884
"<h3>Pods</h3>\n" +
1988519885
"<div>\n" +
1988619886
"<pods-table pods=\"podsForService\" active-pods=\"podsWithEndpoints\" custom-name-header=\"'Pod'\" pod-failure-reasons=\"podFailureReasons\"></pods-table>\n" +
@@ -21677,14 +21677,13 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2167721677

2167821678

2167921679
$templateCache.put('views/directives/annotations.html',
21680-
"<div class=\"gutter-bottom\">\n" +
2168121680
"<p>\n" +
2168221681
"<a href=\"\" ng-click=\"toggleAnnotations()\" ng-if=\"!expandAnnotations\">Show Annotations</a>\n" +
2168321682
"<a href=\"\" ng-click=\"toggleAnnotations()\" ng-if=\"expandAnnotations\">Hide Annotations</a>\n" +
2168421683
"</p>\n" +
2168521684
"<div ng-if=\"expandAnnotations\">\n" +
2168621685
"<div ng-if=\"annotations\" class=\"table-responsive\">\n" +
21687-
"<table class=\"table table-bordered table-bordered-columns key-value-table\">\n" +
21686+
"<table class=\"table table-bordered table-bordered-columns key-value-table table-top-margin\">\n" +
2168821687
"<tbody>\n" +
2168921688
"<tr ng-repeat=\"(annotationKey, annotationValue) in annotations\">\n" +
2169021689
"<td class=\"key\">{{annotationKey}}</td>\n" +
@@ -21699,7 +21698,6 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2169921698
"<p ng-if=\"!annotations\">\n" +
2170021699
"There are no annotations on this resource.\n" +
2170121700
"</p>\n" +
21702-
"</div>\n" +
2170321701
"</div>"
2170421702
);
2170521703

@@ -25606,7 +25604,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2560625604
"</div>\n" +
2560725605
"</div>\n" +
2560825606
"</ng-form>\n" +
25609-
"<div ng-if=\"mode.edit\" class=\"item-row\" row mobile=\"column\">\n" +
25607+
"<div ng-if=\"mode.edit\" row mobile=\"column\">\n" +
2561025608
"<div class=\"col-name hidden-xs\">&nbsp;</div>\n" +
2561125609
"<div class=\"action-set\" flex row tablet=\"column\" mobile=\"column\">\n" +
2561225610
"<div class=\"col-roles hidden-xs\" flex>&nbsp;</div>\n" +
@@ -25978,7 +25976,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2597825976

2597925977
$templateCache.put('views/monitoring.html',
2598025978
"<project-header class=\"top-header\"></project-header>\n" +
25981-
"<project-page>\n" +
25979+
"<project-page class=\"monitoring\">\n" +
2598225980
"\n" +
2598325981
"<div class=\"middle-section monitoring-page\" ng-class=\"{ 'sidebar-open': !renderOptions.collapseEventsSidebar }\">\n" +
2598425982
"<div class=\"middle-container\">\n" +
@@ -112824,14 +112822,14 @@ to{transform:rotate(359deg)}
112824112822
.copy-to-clipboard input.form-control:read-only{background-color:#fff;color:#363636}
112825112823
.copy-to-clipboard-multiline{position:relative;width:100%}
112826112824
.copy-to-clipboard-multiline a{box-shadow:none;position:absolute;right:0;top:0}
112827-
.card-pf,.tile{box-shadow:0 3px 1px -2px rgba(0,0,0,.15),0 2px 2px 0 rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.09)}
112828112825
.copy-to-clipboard-multiline pre{background-color:#fff;max-width:100%;overflow-x:auto}
112829112826
.input-group-addon.wildcard-prefix{padding-left:10px}
112830112827
.editor-examples{padding:19px;margin-bottom:20px;border:1px solid #d1d1d1}
112831112828
.editor-examples .copy-to-clipboard{margin-top:3px}
112832112829
.compute-resource{margin-bottom:5px}
112833112830
@media (max-width:767px){.compute-resource .inline-select{margin-top:5px}
112834112831
}
112832+
.card-pf{box-shadow:0 3px 1px -2px rgba(0,0,0,.15),0 2px 2px 0 rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.09)}
112835112833
.card-pf .image-icon,.card-pf .template-icon{font-size:28px;line-height:1;margin-right:15px;opacity:.38}
112836112834
.card-pf-badge{color:#999;font-size:11px;text-transform:uppercase}
112837112835
.card-pf-body{margin-bottom:0}
@@ -113232,7 +113230,6 @@ pre.clipped.scroll{max-height:150px;overflow:auto;width:100%}
113232113230
@media (max-width:768px){.k8s-label,.k8s-label .label-pair{width:100%}
113233113231
.k8s-label .label{display:block;min-width:50px}
113234113232
}
113235-
labels+.resource-details{margin-top:10px}
113236113233
.ace-bordered{border:1px solid #8b8d8f}
113237113234
.ace-bordered.ace-read-only{border-color:#d1d1d1;background-color:#fafafa}
113238113235
.action-divider{color:#9c9c9c}
@@ -114105,9 +114102,9 @@ body,html{margin:0;padding:0}
114105114102
.console-os{background-color:#fff}
114106114103
.console-os .top-header{display:flex;position:relative;height:46px}
114107114104
.console-os .wrap{height:100vh;margin-top:-46px;padding-top:46px;position:relative;width:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex}
114108-
.console-os .wrap.no-sidebar .container{padding-bottom:40px}
114109-
.console-os .wrap.no-sidebar .container h1{margin:10px 0 20px}
114105+
.console-os .wrap.no-sidebar h1{margin:10px 0 20px}
114110114106
.console-os .wrap.no-sidebar .middle{padding-top:30px}
114107+
.console-os .wrap.chromeless .middle-content,.console-os .wrap.chromeless .middle-header{margin:0!important;padding:0!important}
114111114108
.console-os .middle,.console-os .sidebar-left,.console-os .sidebar-right{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;position:relative}
114112114109
.console-os .sidebar-left{background:#30363d;padding:0;position:relative}
114113114110
@media (max-width:767px){.console-os .sidebar-left{border-top:0;padding-left:0;padding-right:0}
@@ -114117,7 +114114,8 @@ body,html{margin:0;padding:0}
114117114114
.console-os .middle .middle-section{position:absolute;top:0;left:0;height:100%;width:100%}
114118114115
.console-os .middle .middle-section .middle-container{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}
114119114116
.console-os .middle .middle-section .middle-container .middle-header{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:20px}
114120-
.console-os .middle .middle-section .middle-container .middle-content{-webkit-flex:1 1 auto;-moz-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;width:100%}
114117+
.console-os .middle .middle-section .middle-container .middle-content{-webkit-flex:1 1 auto;-moz-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding-bottom:40px;position:relative;width:100%}
114118+
.console-os .overview .middle .middle-section .middle-container .middle-content{padding-bottom:20px}
114121114119
.header-toolbar{background-color:#fff;border-bottom:1px solid #e4e4e4}
114122114120
.surface-shaded{background-color:#f2f2f2}
114123114121
@media (min-width:768px){.layout-pf-alt-fixed .nav-pf-vertical-alt{position:fixed;bottom:0;overflow:visible}
@@ -114141,6 +114139,7 @@ body,html{margin:0;padding:0}
114141114139
.right-section .right-container .right-header{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}
114142114140
.right-section .right-container .right-content{-webkit-flex:1 1 auto;-moz-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;overflow-x:hidden;overflow-y:auto;width:100%}
114143114141
}
114142+
.middle-content .tab-content .key-value-editor-entry:last-child .form-group,.middle-content .tab-content key-value-editor+button.btn,.middle-content .table:last-child,.middle-content annotations p,.middle-content annotations:last-child,project-page.image registry-image-config>:last-child>dl,project-page.image registry-image-meta .dl-horizontal,project-page.membership .content-pane>.item-row:nth-last-child(2),project-page.monitoring .col-md-12>:last-child .list-view-pf,project-page.pod .log-view{margin-bottom:0}
114144114143
@media (min-width:992px){.console-os .sidebar-right{-webkit-flex:0 0 310px;-moz-flex:0 0 310px;-ms-flex:0 0 310px;flex:0 0 310px}
114145114144
.console-os .sidebar-right .right-section{width:310px}
114146114145
}
@@ -114154,6 +114153,8 @@ body,html{margin:0;padding:0}
114154114153
.console-os .wrap.show-sidebar-right .sidebar-right{-webkit-flex:0 0 480px;-moz-flex:0 0 480px;-ms-flex:0 0 480px;flex:0 0 480px}
114155114154
.console-os .wrap.show-sidebar-right .sidebar-right .right-section{width:480px}
114156114155
}
114156+
.middle-content pods-table{display:block;padding-bottom:20px}
114157+
.middle-content pods-table.gutter-bottom-2x{padding-bottom:40px}
114157114158
.table{background-color:#fff}
114158114159
.table.table-bordered>tbody>tr>td,.table.table-bordered>thead>tr>th{border-left:0;border-right:0;padding-bottom:8px;padding-top:8px;vertical-align:middle}
114159114160
.table.table-bordered.table-bordered-columns>tbody>tr>td,.table.table-bordered.table-bordered-columns>thead>tr>th{border:1px solid #d1d1d1}
@@ -114167,9 +114168,7 @@ body,html{margin:0;padding:0}
114167114168
.events .data-toolbar .search-pf{margin-bottom:10px;width:100%}
114168114169
.events .data-toolbar .sort-label{margin-right:4px;vertical-align:-1px}
114169114170
.events .data-toolbar .sort-controls{display:inline-block}
114170-
@media (min-width:768px){.events .data-toolbar{padding-bottom:20px}
114171-
.events .data-toolbar.gutter-bottom-2x{padding-bottom:40px}
114172-
.events .data-toolbar .filter-controls,.events .data-toolbar .sort-group{display:inline-block}
114171+
@media (min-width:768px){.events .data-toolbar .filter-controls,.events .data-toolbar .sort-group{display:inline-block}
114173114172
.events .data-toolbar .search-pf{margin-bottom:0;width:300px}
114174114173
}
114175114174
@media (max-width:767px){.table-mobile{border-top:2px solid #d1d1d1;table-layout:fixed}
@@ -114187,6 +114186,7 @@ td[role=presentation].arrow:after{content:"\2193"}
114187114186
@media (min-width:768px){td[role=presentation].arrow:after{content:"\2192"}
114188114187
}
114189114188
.table-filter-wrapper{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;padding:10px 10px 5px;border-top:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;background-color:#f9f9f9}
114189+
.table-filter-wrapper .form-group{margin-bottom:5px}
114190114190
.events-table{table-layout:fixed}
114191114191
.events-table th#time{width:90px}
114192114192
.events-table th#kind-name{width:190px}
@@ -114201,7 +114201,7 @@ td[role=presentation].arrow:after{content:"\2193"}
114201114201
.key-value-table>tbody>tr>td.value .truncated-content{white-space:pre}
114202114202
.table-word-break-all td{word-break:break-all;word-break:break-word;overflow-wrap:break-word}
114203114203
.table-word-break-all td.word-break-normal{word-break:normal;overflow-wrap:normal}
114204-
.tile{background:#fff;padding:20px;margin-bottom:20px;word-wrap:break-word;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:hidden}
114204+
.tile{background:#fff;box-shadow:0 3px 1px -2px rgba(0,0,0,.15),0 2px 2px 0 rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.09);padding:20px;margin-bottom:20px;word-wrap:break-word;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:hidden}
114205114205
.tile h1,.tile h2,.tile h3{margin:10.5px 0px}
114206114206
.tile-click{cursor:pointer;position:relative}
114207114207
.tile-click:hover .image-icon,.tile-click:hover .template-icon{opacity:.75}

0 commit comments

Comments
 (0)