Skip to content

Commit 398ca1a

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): 865b35e623a66e43acae810a03de9b5b1a94f694
1 parent 8a41d6f commit 398ca1a

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

pkg/assets/bindata.go

+20-22
Original file line numberDiff line numberDiff line change
@@ -17837,7 +17837,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1783717837
"</div>\n" +
1783817838
"<build-trends-chart builds=\"builds\"></build-trends-chart>\n" +
1783917839
"</div>\n" +
17840-
"<div ng-if=\"loaded && (unfilteredBuilds | hashSize) > 0\">\n" +
17840+
"<div ng-if=\"loaded && (unfilteredBuilds | hashSize) > 0\" class=\"mar-bottom-xl\">\n" +
1784117841
"<div class=\"table-filter-wrapper\">\n" +
1784217842
"<project-filter></project-filter>\n" +
1784317843
"</div>\n" +
@@ -18095,7 +18095,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1809518095
"<a href=\"\" ng-click=\"expand.imageEnv = false\" ng-if=\"expand.imageEnv\">Hide Image Environment Variables</a>\n" +
1809618096
"</p>\n" +
1809718097
"<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" +
18098-
"<ng-form name=\"forms.bcEnvVars\">\n" +
18098+
"<ng-form name=\"forms.bcEnvVars\" class=\"mar-bottom-xl block\">\n" +
1809918099
"<div ng-if=\"'buildconfigs' | canI : 'update'\">\n" +
1810018100
"<key-value-editor entries=\"envVars\" key-placeholder=\"Name\" value-placeholder=\"Value\" key-validator=\"[A-Za-z_][A-Za-z0-9_]*\" key-validator-error=\"Please enter a valid key\" key-validator-error-tooltip=\"A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores.\" add-row-link=\"Add Environment Variable\" show-header></key-value-editor>\n" +
1810118101
"<button class=\"btn btn-default\" ng-click=\"saveEnvVars()\" ng-disabled=\"forms.bcEnvVars.$pristine || forms.bcEnvVars.$invalid\">Save</button>\n" +
@@ -18192,8 +18192,8 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1819218192
"<span class=\"pficon pficon-info\" aria-hidden=\"true\"></span>\n" +
1819318193
"Environment variables can be edited on the <a ng-href=\"{{build | configURLForResource}}?tab=environment\">build configuration</a>.\n" +
1819418194
"</p>\n" +
18195-
"<key-value-editor entries=\"(build | buildStrategy).env\" key-placeholder=\"Name\" value-placeholder=\"Value\" cannot-add cannot-delete cannot-sort is-readonly show-header></key-value-editor>\n" +
18196-
"<em ng-if=\"!(build | buildStrategy).env\">The build strategy had no environment variables defined.</em>\n" +
18195+
"<key-value-editor entries=\"(build | buildStrategy).env\" key-placeholder=\"Name\" value-placeholder=\"Value\" cannot-add cannot-delete cannot-sort is-readonly show-header class=\"mar-bottom-xl block\"></key-value-editor>\n" +
18196+
"<p ng-if=\"!(build | buildStrategy).env\"><em>The build strategy had no environment variables defined.</em></p>\n" +
1819718197
"</uib-tab>\n" +
1819818198
"<uib-tab active=\"selectedTab.logs\" ng-if=\"!(build | isJenkinsPipelineStrategy) && ('builds/log' | canI : 'get')\">\n" +
1819918199
"<uib-tab-heading>Logs</uib-tab-heading>\n" +
@@ -18658,7 +18658,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1865818658
"</uib-tab>\n" +
1865918659
"<uib-tab heading=\"Environment\" active=\"selectedTab.environment\" ng-if=\"deploymentConfig\">\n" +
1866018660
"<uib-tab-heading>Environment</uib-tab-heading>\n" +
18661-
"<ng-form name=\"forms.dcEnvVars\">\n" +
18661+
"<ng-form name=\"forms.dcEnvVars\" class=\"mar-bottom-xl block\">\n" +
1866218662
"<div ng-repeat=\"container in updatedDeploymentConfig.spec.template.spec.containers\">\n" +
1866318663
"<h3>Container {{container.name}} Environment Variables</h3>\n" +
1866418664
"<key-value-editor ng-if=\"!('deploymentconfigs' | canI : 'update')\" entries=\"container.env\" key-placeholder=\"Name\" value-placeholder=\"Value\" cannot-add cannot-sort cannot-delete is-readonly show-header></key-value-editor>\n" +
@@ -18951,8 +18951,8 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1895118951
"</uib-tab>\n" +
1895218952
"<uib-tab heading=\"Layers\" active=\"selectedTab.meta\">\n" +
1895318953
"<uib-tab-heading>Layers</uib-tab-heading>\n" +
18954-
"<div ng-if=\"!layers.length\"><em>No layer information is available for this image.</em></div>\n" +
18955-
"<registry-image-layers layers=\"layers\" ng-if=\"layers.length\">\n" +
18954+
"<p ng-if=\"!layers.length\"><em>No layer information is available for this image.</em></p>\n" +
18955+
"<registry-image-layers layers=\"layers\" ng-if=\"layers.length\" class=\"mar-bottom-xl block\">\n" +
1895618956
"</registry-image-layers>\n" +
1895718957
"</uib-tab>\n" +
1895818958
"</uib-tabset>\n" +
@@ -19291,7 +19291,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1929119291
"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" +
1929219292
"</div>\n" +
1929319293
"<alerts ng-if=\"selectedTerminalContainer.status === 'disconnected'\" alerts=\"terminalDisconnectAlert\"></alerts>\n" +
19294-
"<div class=\"mar-left-xl\">\n" +
19294+
"<div class=\"mar-left-xl mar-bottom-xl\">\n" +
1929519295
"<div class=\"row\">\n" +
1929619296
"<div class=\"pad-left-none pad-bottom-md col-sm-6 col-lg-4\">\n" +
1929719297
"<span ng-if=\"pod.spec.containers.length === 1\">\n" +
@@ -21721,13 +21721,13 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2172121721

2172221722

2172321723
$templateCache.put('views/directives/annotations.html',
21724-
"<p>\n" +
21724+
"<p ng-class=\"{'mar-bottom-xl': !expandAnnotations}\">\n" +
2172521725
"<a href=\"\" ng-click=\"toggleAnnotations()\" ng-if=\"!expandAnnotations\">Show Annotations</a>\n" +
2172621726
"<a href=\"\" ng-click=\"toggleAnnotations()\" ng-if=\"expandAnnotations\">Hide Annotations</a>\n" +
2172721727
"</p>\n" +
2172821728
"<div ng-if=\"expandAnnotations\">\n" +
2172921729
"<div ng-if=\"annotations\" class=\"table-responsive\">\n" +
21730-
"<table class=\"table table-bordered table-bordered-columns key-value-table table-top-margin\">\n" +
21730+
"<table class=\"table table-bordered table-bordered-columns key-value-table\">\n" +
2173121731
"<tbody>\n" +
2173221732
"<tr ng-repeat=\"(annotationKey, annotationValue) in annotations\">\n" +
2173321733
"<td class=\"key\">{{annotationKey}}</td>\n" +
@@ -21739,7 +21739,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2173921739
"</tbody>\n" +
2174021740
"</table>\n" +
2174121741
"</div>\n" +
21742-
"<p ng-if=\"!annotations\">\n" +
21742+
"<p ng-if=\"!annotations\" class=\"mar-bottom-xl\">\n" +
2174321743
"There are no annotations on this resource.\n" +
2174421744
"</p>\n" +
2174521745
"</div>"
@@ -27174,7 +27174,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2717427174
"<div ng-repeat=\"build in (interestingBuildsByConfig[buildConfigName] | orderObjectsByDate : true) track by (build | uid)\" class=\"animate-repeat\">\n" +
2717527175
"<build-pipeline build=\"build\"></build-pipeline>\n" +
2717627176
"</div>\n" +
27177-
"<div ng-if=\"buildConfig\" class=\"mar-top-sm\">\n" +
27177+
"<div ng-if=\"buildConfig\" class=\"mar-top-sm mar-bottom-xl\">\n" +
2717827178
"<a ng-href=\"{{buildConfigs[buildConfigName] | navigateResourceURL}}\">View Pipeline Runs</a>\n" +
2717927179
"<span ng-if=\"'buildconfigs' | canI : 'update'\">\n" +
2718027180
"<span class=\"action-divider\">|</span>\n" +
@@ -112931,6 +112931,7 @@ to{transform:rotate(359deg)}
112931112931
.copy-to-clipboard input.form-control:read-only{background-color:#fff;color:#363636}
112932112932
.copy-to-clipboard-multiline{position:relative;width:100%}
112933112933
.copy-to-clipboard-multiline a{box-shadow:none;position:absolute;right:0;top:0}
112934+
.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)}
112934112935
.copy-to-clipboard-multiline pre{background-color:#fff;max-width:100%;overflow-x:auto}
112935112936
.input-group-addon.wildcard-prefix{padding-left:10px}
112936112937
.editor-examples{padding:19px;margin-bottom:20px;border:1px solid #d1d1d1}
@@ -112946,7 +112947,6 @@ to{transform:rotate(359deg)}
112946112947
.weight-slider-values .weight-percentage{margin-right:5px}
112947112948
}
112948112949
.osc-file-input textarea{font-family:Menlo,Monaco,Consolas,monospace;margin:5px 0}
112949-
.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)}
112950112950
.card-pf .image-icon,.card-pf .template-icon{font-size:28px;line-height:1;margin-right:15px;opacity:.38}
112951112951
.card-pf-badge{color:#999;font-size:11px;text-transform:uppercase}
112952112952
.card-pf-body{margin-bottom:0}
@@ -114248,8 +114248,7 @@ body,html{margin:0;padding:0}
114248114248
.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%}
114249114249
.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}
114250114250
.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%}
114251-
.console-os .middle .middle-content>.container-fluid{padding-bottom:40px}
114252-
.console-os .no-sidebar .middle-content>.container,.console-os .overview .middle-content>.container-fluid{padding-bottom:20px}
114251+
.console-os .no-sidebar .middle-content>.container{padding-bottom:20px}
114253114252
.header-toolbar{background-color:#fff;border-bottom:1px solid #e4e4e4}
114254114253
.surface-shaded{background-color:#f2f2f2}
114255114254
@media (min-width:768px){.layout-pf-alt-fixed .nav-pf-vertical-alt{position:fixed;bottom:0;overflow:visible}
@@ -114273,7 +114272,6 @@ body,html{margin:0;padding:0}
114273114272
.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%}
114274114273
.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%}
114275114274
}
114276-
.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}
114277114275
@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}
114278114276
.console-os .sidebar-right .right-section{width:310px}
114279114277
}
@@ -114287,8 +114285,6 @@ body,html{margin:0;padding:0}
114287114285
.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}
114288114286
.console-os .wrap.show-sidebar-right .sidebar-right .right-section{width:480px}
114289114287
}
114290-
.middle-content pods-table,.middle-content traffic-table{display:block;padding-bottom:20px}
114291-
.middle-content pods-table.gutter-bottom-2x,.middle-content traffic-table.gutter-bottom-2x{padding-bottom:40px}
114292114288
.table{background-color:#fff}
114293114289
.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}
114294114290
.table.table-bordered.table-bordered-columns>tbody>tr>td,.table.table-bordered.table-bordered-columns>thead>tr>th{border:1px solid #d1d1d1}
@@ -114335,7 +114331,7 @@ td[role=presentation].arrow:after{content:"\2193"}
114335114331
.key-value-table>tbody>tr>td.value .truncated-content{white-space:pre}
114336114332
.table-word-break-all td{word-break:break-all;word-break:break-word;overflow-wrap:break-word}
114337114333
.table-word-break-all td.word-break-normal{word-break:normal;overflow-wrap:normal}
114338-
.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}
114334+
.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}
114339114335
.tile h1,.tile h2,.tile h3{margin:10.5px 0px}
114340114336
.tile-click{cursor:pointer;position:relative}
114341114337
.tile-click:hover .image-icon,.tile-click:hover .template-icon{opacity:.75}
@@ -114495,8 +114491,9 @@ a.subtle-link:active,a.subtle-link:focus,a.subtle-link:hover{color:#00659c;borde
114495114491
.log-size-warning{margin:0}
114496114492
@media (max-width:991px){.log-size-warning{margin-top:20px}
114497114493
}
114498-
.log-view{background-color:#101214;font-family:Menlo,Monaco,Consolas,monospace;position:relative}
114494+
.log-view{background-color:#101214;font-family:Menlo,Monaco,Consolas,monospace;position:relative;margin-bottom:20px}
114499114495
.log-end-msg,.log-view .log-scroll a{font-family:"Open Sans",Helvetica,Arial,sans-serif}
114496+
.chromeless .log-view{margin-bottom:0}
114500114497
.log-view pre,.log-view pre code{background-color:transparent;border:0;margin-bottom:0;overflow:visible;padding:0 10px}
114501114498
.log-view .log-scroll{background-color:#101214;border:1px solid #272b30;display:inline-block}
114502114499
.log-view .log-scroll:hover{border-color:#32383f}
@@ -114549,10 +114546,11 @@ a.subtle-link:active,a.subtle-link:focus,a.subtle-link:hover{color:#00659c;borde
114549114546
}
114550114547
.settings-item{margin:4px 8px 4px 0}
114551114548
.hide-if-empty:empty{display:none!important}
114552-
.appended-icon,.empty-state-message .projects-instructions code{display:inline-block}
114553-
.appended-icon{white-space:nowrap}
114549+
.appended-icon{display:inline-block;white-space:nowrap}
114550+
.block{display:block}
114554114551
.donut-title-med-pf{font-size:22.5px;font-weight:300}
114555114552
.col-md-12>.alerts:first-child{margin-top:20px}
114553+
.empty-state-message .projects-instructions code{display:inline-block}
114556114554
.project-actions{margin:20px 0 0}
114557114555
.project-actions .project-action-item{margin-left:12px}
114558114556
@media (min-width:768px){.project-actions .project-action-item{margin-left:17px}

0 commit comments

Comments
 (0)