@@ -18059,11 +18059,11 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
18059
18059
"<uib-tab heading=\"Environment\" active=\"selectedTab.environment\" ng-if=\"buildConfig && !(buildConfig | isJenkinsPipelineStrategy)\">\n" +
18060
18060
"<uib-tab-heading>Environment</uib-tab-heading>\n" +
18061
18061
"<h3>Environment Variables</h3>\n" +
18062
- "<div style=\"margin-top: -5px\" ng-if=\"BCEnvVarsFromImage.length\">\n" +
18062
+ "<p ng-if=\"BCEnvVarsFromImage.length\">\n" +
18063
18063
"The builder image has additional environment variables defined. Variables defined below will overwrite any from the image with the same name.\n" +
18064
18064
"<a href=\"\" ng-click=\"expand.imageEnv = true\" ng-if=\"!expand.imageEnv\">Show Image Environment Variables</a>\n" +
18065
18065
"<a href=\"\" ng-click=\"expand.imageEnv = false\" ng-if=\"expand.imageEnv\">Hide Image Environment Variables</a>\n" +
18066
- "</div >\n" +
18066
+ "</p >\n" +
18067
18067
"<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" +
18068
18068
"<ng-form name=\"forms.bcEnvVars\">\n" +
18069
18069
"<div ng-if=\"'buildconfigs' | canI : 'update'\">\n" +
@@ -18883,7 +18883,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
18883
18883
18884
18884
$templateCache.put('views/browse/image.html',
18885
18885
"<project-header class=\"top-header\"></project-header>\n" +
18886
- "<project-page>\n" +
18886
+ "<project-page class=\"image\" >\n" +
18887
18887
"\n" +
18888
18888
"<div class=\"middle-section\">\n" +
18889
18889
"<div class=\"middle-container\">\n" +
@@ -18985,7 +18985,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
18985
18985
"</dl>\n" +
18986
18986
"<annotations annotations=\"imageStream.metadata.annotations\"></annotations>\n" +
18987
18987
"</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" +
18989
18989
"<thead>\n" +
18990
18990
"<tr>\n" +
18991
18991
"<th>Tag</th>\n" +
@@ -19164,7 +19164,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
19164
19164
19165
19165
$templateCache.put('views/browse/pod.html',
19166
19166
"<project-header class=\"top-header\"></project-header>\n" +
19167
- "<project-page>\n" +
19167
+ "<project-page class=\"pod\" >\n" +
19168
19168
"\n" +
19169
19169
"<div class=\"middle-section\">\n" +
19170
19170
"<div class=\"middle-container\">\n" +
@@ -19258,7 +19258,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
19258
19258
"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" +
19259
19259
"</div>\n" +
19260
19260
"<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" +
19262
19262
"<div class=\"row\">\n" +
19263
19263
"<div class=\"pad-left-none pad-bottom-md col-sm-6 col-lg-4\">\n" +
19264
19264
"<span ng-if=\"pod.spec.containers.length === 1\">\n" +
@@ -19601,14 +19601,14 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
19601
19601
"</dl>\n" +
19602
19602
"<div ng-if=\"!route.spec.tls\"><em>TLS is not enabled for this route</em></div>\n" +
19603
19603
"</div>\n" +
19604
- "</div>\n" +
19605
19604
"<annotations annotations=\"route.metadata.annotations\"></annotations>\n" +
19606
19605
"</div>\n" +
19607
19606
"</div>\n" +
19608
19607
"</div>\n" +
19609
19608
"</div>\n" +
19610
19609
"</div>\n" +
19611
19610
"</div>\n" +
19611
+ "</div>\n" +
19612
19612
"</project-page>"
19613
19613
);
19614
19614
@@ -19778,14 +19778,14 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
19778
19778
"</div>\n" +
19779
19779
"</div>\n" +
19780
19780
"</dl>\n" +
19781
- "</div>\n" +
19782
19781
"<annotations annotations=\"secret.metadata.annotations\"></annotations>\n" +
19783
19782
"</div>\n" +
19784
19783
"</div>\n" +
19785
19784
"</div>\n" +
19786
19785
"</div>\n" +
19787
19786
"</div>\n" +
19788
19787
"</div>\n" +
19788
+ "</div>\n" +
19789
19789
"</project-page>"
19790
19790
);
19791
19791
@@ -19878,9 +19878,9 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
19878
19878
"<div>\n" +
19879
19879
"<traffic-table ports-by-route=\"portsByRoute\" routes=\"routesForService\" services=\"services\" show-node-ports=\"showNodePorts\" custom-name-header=\"'Route'\"></traffic-table>\n" +
19880
19880
"</div>\n" +
19881
- "<div style=\"margin:-10px 0 10px 0\" >\n" +
19881
+ "<p >\n" +
19882
19882
"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" +
19884
19884
"<h3>Pods</h3>\n" +
19885
19885
"<div>\n" +
19886
19886
"<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', []
21677
21677
21678
21678
21679
21679
$templateCache.put('views/directives/annotations.html',
21680
- "<div class=\"gutter-bottom\">\n" +
21681
21680
"<p>\n" +
21682
21681
"<a href=\"\" ng-click=\"toggleAnnotations()\" ng-if=\"!expandAnnotations\">Show Annotations</a>\n" +
21683
21682
"<a href=\"\" ng-click=\"toggleAnnotations()\" ng-if=\"expandAnnotations\">Hide Annotations</a>\n" +
21684
21683
"</p>\n" +
21685
21684
"<div ng-if=\"expandAnnotations\">\n" +
21686
21685
"<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" +
21688
21687
"<tbody>\n" +
21689
21688
"<tr ng-repeat=\"(annotationKey, annotationValue) in annotations\">\n" +
21690
21689
"<td class=\"key\">{{annotationKey}}</td>\n" +
@@ -21699,7 +21698,6 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
21699
21698
"<p ng-if=\"!annotations\">\n" +
21700
21699
"There are no annotations on this resource.\n" +
21701
21700
"</p>\n" +
21702
- "</div>\n" +
21703
21701
"</div>"
21704
21702
);
21705
21703
@@ -25606,7 +25604,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
25606
25604
"</div>\n" +
25607
25605
"</div>\n" +
25608
25606
"</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" +
25610
25608
"<div class=\"col-name hidden-xs\"> </div>\n" +
25611
25609
"<div class=\"action-set\" flex row tablet=\"column\" mobile=\"column\">\n" +
25612
25610
"<div class=\"col-roles hidden-xs\" flex> </div>\n" +
@@ -25978,7 +25976,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
25978
25976
25979
25977
$templateCache.put('views/monitoring.html',
25980
25978
"<project-header class=\"top-header\"></project-header>\n" +
25981
- "<project-page>\n" +
25979
+ "<project-page class=\"monitoring\" >\n" +
25982
25980
"\n" +
25983
25981
"<div class=\"middle-section monitoring-page\" ng-class=\"{ 'sidebar-open': !renderOptions.collapseEventsSidebar }\">\n" +
25984
25982
"<div class=\"middle-container\">\n" +
@@ -112824,14 +112822,14 @@ to{transform:rotate(359deg)}
112824
112822
.copy-to-clipboard input.form-control:read-only{background-color:#fff;color:#363636}
112825
112823
.copy-to-clipboard-multiline{position:relative;width:100%}
112826
112824
.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)}
112828
112825
.copy-to-clipboard-multiline pre{background-color:#fff;max-width:100%;overflow-x:auto}
112829
112826
.input-group-addon.wildcard-prefix{padding-left:10px}
112830
112827
.editor-examples{padding:19px;margin-bottom:20px;border:1px solid #d1d1d1}
112831
112828
.editor-examples .copy-to-clipboard{margin-top:3px}
112832
112829
.compute-resource{margin-bottom:5px}
112833
112830
@media (max-width:767px){.compute-resource .inline-select{margin-top:5px}
112834
112831
}
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)}
112835
112833
.card-pf .image-icon,.card-pf .template-icon{font-size:28px;line-height:1;margin-right:15px;opacity:.38}
112836
112834
.card-pf-badge{color:#999;font-size:11px;text-transform:uppercase}
112837
112835
.card-pf-body{margin-bottom:0}
@@ -113232,7 +113230,6 @@ pre.clipped.scroll{max-height:150px;overflow:auto;width:100%}
113232
113230
@media (max-width:768px){.k8s-label,.k8s-label .label-pair{width:100%}
113233
113231
.k8s-label .label{display:block;min-width:50px}
113234
113232
}
113235
- labels+.resource-details{margin-top:10px}
113236
113233
.ace-bordered{border:1px solid #8b8d8f}
113237
113234
.ace-bordered.ace-read-only{border-color:#d1d1d1;background-color:#fafafa}
113238
113235
.action-divider{color:#9c9c9c}
@@ -114105,9 +114102,9 @@ body,html{margin:0;padding:0}
114105
114102
.console-os{background-color:#fff}
114106
114103
.console-os .top-header{display:flex;position:relative;height:46px}
114107
114104
.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}
114110
114106
.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}
114111
114108
.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}
114112
114109
.console-os .sidebar-left{background:#30363d;padding:0;position:relative}
114113
114110
@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}
114117
114114
.console-os .middle .middle-section{position:absolute;top:0;left:0;height:100%;width:100%}
114118
114115
.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%}
114119
114116
.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}
114121
114119
.header-toolbar{background-color:#fff;border-bottom:1px solid #e4e4e4}
114122
114120
.surface-shaded{background-color:#f2f2f2}
114123
114121
@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}
114141
114139
.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%}
114142
114140
.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%}
114143
114141
}
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}
114144
114143
@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}
114145
114144
.console-os .sidebar-right .right-section{width:310px}
114146
114145
}
@@ -114154,6 +114153,8 @@ body,html{margin:0;padding:0}
114154
114153
.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}
114155
114154
.console-os .wrap.show-sidebar-right .sidebar-right .right-section{width:480px}
114156
114155
}
114156
+ .middle-content pods-table{display:block;padding-bottom:20px}
114157
+ .middle-content pods-table.gutter-bottom-2x{padding-bottom:40px}
114157
114158
.table{background-color:#fff}
114158
114159
.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}
114159
114160
.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}
114167
114168
.events .data-toolbar .search-pf{margin-bottom:10px;width:100%}
114168
114169
.events .data-toolbar .sort-label{margin-right:4px;vertical-align:-1px}
114169
114170
.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}
114173
114172
.events .data-toolbar .search-pf{margin-bottom:0;width:300px}
114174
114173
}
114175
114174
@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"}
114187
114186
@media (min-width:768px){td[role=presentation].arrow:after{content:"\2192"}
114188
114187
}
114189
114188
.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}
114190
114190
.events-table{table-layout:fixed}
114191
114191
.events-table th#time{width:90px}
114192
114192
.events-table th#kind-name{width:190px}
@@ -114201,7 +114201,7 @@ td[role=presentation].arrow:after{content:"\2193"}
114201
114201
.key-value-table>tbody>tr>td.value .truncated-content{white-space:pre}
114202
114202
.table-word-break-all td{word-break:break-all;word-break:break-word;overflow-wrap:break-word}
114203
114203
.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}
114205
114205
.tile h1,.tile h2,.tile h3{margin:10.5px 0px}
114206
114206
.tile-click{cursor:pointer;position:relative}
114207
114207
.tile-click:hover .image-icon,.tile-click:hover .template-icon{opacity:.75}
0 commit comments