@@ -12958,8 +12958,7 @@ restrict:"E",
12958
12958
templateUrl:"views/directives/_status-icon.html",
12959
12959
scope:{
12960
12960
status:"=",
12961
- disableAnimation:"@",
12962
- fixedWidth:"=?"
12961
+ disableAnimation:"@"
12963
12962
},
12964
12963
link:function(a, b, c) {
12965
12964
a.spinning = !angular.isDefined(c.disableAnimation);
@@ -17754,7 +17753,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
17754
17753
"</td>\n" +
17755
17754
"<td data-title=\"Status\">\n" +
17756
17755
"<div row class=\"status\">\n" +
17757
- "<status-icon status=\"build.status.phase\" disable-animation fixed-width=\"true\" ></status-icon>\n" +
17756
+ "<status-icon status=\"build.status.phase\" disable-animation></status-icon>\n" +
17758
17757
"<span ng-if=\"!build.status.reason || build.status.phase === 'Cancelled'\">{{build.status.phase}}</span>\n" +
17759
17758
"<span ng-if=\"build.status.reason && build.status.phase !== 'Cancelled'\">{{build.status.reason | sentenceCase}}</span>\n" +
17760
17759
"</div>\n" +
@@ -18390,7 +18389,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
18390
18389
"</td>\n" +
18391
18390
"<td data-title=\"Status\">\n" +
18392
18391
"<div row class=\"status\">\n" +
18393
- "<status-icon status=\"deployment | deploymentStatus\" disable-animation fixed-width=\"true\" ></status-icon>\n" +
18392
+ "<status-icon status=\"deployment | deploymentStatus\" disable-animation></status-icon>\n" +
18394
18393
"<span flex>\n" +
18395
18394
"{{deployment | deploymentStatus}}<span ng-if=\"(deployment | deploymentStatus) == 'Active' || (deployment | deploymentStatus) == 'Running'\">,\n" +
18396
18395
"<span ng-if=\"deployment.spec.replicas !== deployment.status.replicas\">{{deployment.status.replicas}}/</span>{{deployment.spec.replicas}} replica<span ng-if=\"deployment.spec.replicas != 1\">s</span></span>\n" +
@@ -19385,7 +19384,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
19385
19384
"<span ng-if=\"!route.status.ingress\">\n" +
19386
19385
"{{route | routeLabel : null : true}}\n" +
19387
19386
"<span data-toggle=\"popover\" data-trigger=\"hover\" data-content=\"The route is not accepting traffic yet because it has not been admitted by a router.\" style=\"cursor: help; padding-left: 5px\">\n" +
19388
- "<status-icon status=\"'Pending'\" disable-animation ></status-icon>\n" +
19387
+ "<status-icon status=\"'Pending'\"></status-icon>\n" +
19389
19388
"<span class=\"sr-only\">Pending</span>\n" +
19390
19389
"</span>\n" +
19391
19390
"</span>\n" +
@@ -19592,7 +19591,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
19592
19591
"{{route | routeLabel}}\n" +
19593
19592
"</span>\n" +
19594
19593
"<span ng-if=\"!route.status.ingress\" data-toggle=\"popover\" data-trigger=\"hover\" data-content=\"The route is not accepting traffic yet because it has not been admitted by a router.\" style=\"cursor: help; padding-left: 5px\">\n" +
19595
- "<status-icon status=\"'Pending'\" disable-animation ></status-icon>\n" +
19594
+ "<status-icon status=\"'Pending'\"></status-icon>\n" +
19596
19595
"<span class=\"sr-only\">Pending</span>\n" +
19597
19596
"</span>\n" +
19598
19597
"</td>\n" +
@@ -19905,7 +19904,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
19905
19904
"<td data-title=\"Status\">\n" +
19906
19905
"<div row class=\"status\">\n" +
19907
19906
"\n" +
19908
- "<status-icon status=\"latestBuild.status.phase\" disable-animation fixed-width=\"true\" ></status-icon>\n" +
19907
+ "<status-icon status=\"latestBuild.status.phase\" disable-animation></status-icon>\n" +
19909
19908
"<span ng-if=\"!latestBuild.status.reason || latestBuild.status.phase === 'Cancelled'\">{{latestBuild.status.phase}}</span>\n" +
19910
19909
"<span ng-if=\"latestBuild.status.reason && latestBuild.status.phase !== 'Cancelled'\">{{latestBuild.status.reason | sentenceCase}}</span>\n" +
19911
19910
"</div>\n" +
@@ -21040,7 +21039,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
21040
21039
"</td>\n" +
21041
21040
"<td data-title=\"Status\">\n" +
21042
21041
"<div row class=\"status\">\n" +
21043
- "<status-icon status=\"replicationController | deploymentStatus\" disable-animation fixed-width=\"true\" ></status-icon>\n" +
21042
+ "<status-icon status=\"replicationController | deploymentStatus\" disable-animation></status-icon>\n" +
21044
21043
"<span flex>\n" +
21045
21044
"{{replicationController | deploymentStatus}}<span ng-if=\"(replicationController | deploymentStatus) == 'Active' || (replicationController | deploymentStatus) == 'Running'\">,\n" +
21046
21045
"<span ng-if=\"replicationController.spec.replicas !== replicationController.status.replicas\">{{replicationController.status.replicas}}/</span>{{replicationController.spec.replicas}} replica<span ng-if=\"replicationController.spec.replicas != 1\">s</span></span>\n" +
@@ -21208,10 +21207,10 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
21208
21207
"<span class=\"status-icon\" ng-class=\"build.status.phase\">\n" +
21209
21208
"<span ng-switch=\"build.status.phase\" class=\"hide-ng-leave\">\n" +
21210
21209
"<span ng-switch-when=\"Complete\" aria-hidden=\"true\">\n" +
21211
- "<i class=\"fa fa-check-circle\"></i>\n" +
21210
+ "<i class=\"fa fa-check-circle fa-fw \"></i>\n" +
21212
21211
"</span>\n" +
21213
21212
"<span ng-switch-when=\"Failed\" aria-hidden=\"true\">\n" +
21214
- "<i class=\"fa fa-times-circle\"></i>\n" +
21213
+ "<i class=\"fa fa-times-circle fa-fw \"></i>\n" +
21215
21214
"</span>\n" +
21216
21215
"<span ng-switch-default>\n" +
21217
21216
"<status-icon status=\"build.status.phase\"></status-icon>\n" +
@@ -21533,35 +21532,35 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
21533
21532
21534
21533
$templateCache.put('views/directives/_status-icon.html',
21535
21534
"<span ng-switch=\"status\" class=\"hide-ng-leave status-icon\">\n" +
21536
- "<span ng-switch-when=\"Cancelled\" class=\"fa fa-ban text-muted\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21537
- "<span ng-switch-when=\"Complete\" class=\"fa fa-check text-success\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21538
- "<span ng-switch-when=\"Completed\" class=\"fa fa-check text-success\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21539
- "<span ng-switch-when=\"Active\" class=\"fa fa-refresh\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21540
- "<span ng-switch-when=\"Error\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21541
- "<span ng-switch-when=\"Failed\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21542
- "<span ng-switch-when=\"New\" class=\"spinner spinner-xs spinner-inline\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21543
- "<span ng-switch-when=\"Pending\" class=\"spinner spinner-xs spinner-inline\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21544
- "<span ng-switch-when=\"Running\" class=\"fa fa-refresh\" aria-hidden=\"true\" ng-class=\"{'fa-spin' : spinning, 'fa-fw': fixedWidth }\"></span>\n" +
21545
- "<span ng-switch-when=\"Succeeded\" class=\"fa fa-check text-success\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21546
- "<span ng-switch-when=\"Bound\" class=\"fa fa-check text-success\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21547
- "<span ng-switch-when=\"Terminating\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21548
- "<span ng-switch-when=\"Terminated\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21549
- "<span ng-switch-when=\"Unknown\" class=\"fa fa-question text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21535
+ "<span ng-switch-when=\"Cancelled\" class=\"fa fa-ban text-muted\" aria-hidden=\"true\"></span>\n" +
21536
+ "<span ng-switch-when=\"Complete\" class=\"fa fa-check text-success\" aria-hidden=\"true\"></span>\n" +
21537
+ "<span ng-switch-when=\"Completed\" class=\"fa fa-check text-success\" aria-hidden=\"true\"></span>\n" +
21538
+ "<span ng-switch-when=\"Active\" class=\"fa fa-refresh\" aria-hidden=\"true\"></span>\n" +
21539
+ "<span ng-switch-when=\"Error\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21540
+ "<span ng-switch-when=\"Failed\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21541
+ "<span ng-switch-when=\"New\" class=\"spinner spinner-xs spinner-inline\" aria-hidden=\"true\"></span>\n" +
21542
+ "<span ng-switch-when=\"Pending\" class=\"spinner spinner-xs spinner-inline\" aria-hidden=\"true\"></span>\n" +
21543
+ "<span ng-switch-when=\"Running\" class=\"fa fa-refresh\" aria-hidden=\"true\" ng-class=\"{'fa-spin' : spinning}\"></span>\n" +
21544
+ "<span ng-switch-when=\"Succeeded\" class=\"fa fa-check text-success\" aria-hidden=\"true\"></span>\n" +
21545
+ "<span ng-switch-when=\"Bound\" class=\"fa fa-check text-success\" aria-hidden=\"true\"></span>\n" +
21546
+ "<span ng-switch-when=\"Terminating\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21547
+ "<span ng-switch-when=\"Terminated\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21548
+ "<span ng-switch-when=\"Unknown\" class=\"fa fa-question text-danger\" aria-hidden=\"true\"></span>\n" +
21550
21549
"\n" +
21551
- "<span ng-switch-when=\"ContainerCreating\" class=\"spinner spinner-xs spinner-inline\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21552
- "<span ng-switch-when=\"CrashLoopBackOff\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21553
- "<span ng-switch-when=\"ImagePullBackOff\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21554
- "<span ng-switch-when=\"ImageInspectError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21555
- "<span ng-switch-when=\"ErrImagePull\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21556
- "<span ng-switch-when=\"ErrImageNeverPull\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21557
- "<span ng-switch-when=\"no matching container\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21558
- "<span ng-switch-when=\"RegistryUnavailable\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21559
- "<span ng-switch-when=\"RunContainerError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21560
- "<span ng-switch-when=\"KillContainerError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21561
- "<span ng-switch-when=\"VerifyNonRootError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21562
- "<span ng-switch-when=\"SetupNetworkError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21563
- "<span ng-switch-when=\"TeardownNetworkError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21564
- "<span ng-switch-when=\"DeadlineExceeded\" class=\"fa fa-times text-danger\" aria-hidden=\"true\" ng-class=\"{'fa-fw': fixedWidth}\" ></span>\n" +
21550
+ "<span ng-switch-when=\"ContainerCreating\" class=\"spinner spinner-xs spinner-inline\" aria-hidden=\"true\"></span>\n" +
21551
+ "<span ng-switch-when=\"CrashLoopBackOff\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21552
+ "<span ng-switch-when=\"ImagePullBackOff\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21553
+ "<span ng-switch-when=\"ImageInspectError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21554
+ "<span ng-switch-when=\"ErrImagePull\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21555
+ "<span ng-switch-when=\"ErrImageNeverPull\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21556
+ "<span ng-switch-when=\"no matching container\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21557
+ "<span ng-switch-when=\"RegistryUnavailable\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21558
+ "<span ng-switch-when=\"RunContainerError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21559
+ "<span ng-switch-when=\"KillContainerError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21560
+ "<span ng-switch-when=\"VerifyNonRootError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21561
+ "<span ng-switch-when=\"SetupNetworkError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21562
+ "<span ng-switch-when=\"TeardownNetworkError\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21563
+ "<span ng-switch-when=\"DeadlineExceeded\" class=\"fa fa-times text-danger\" aria-hidden=\"true\"></span>\n" +
21565
21564
"</span>"
21566
21565
);
21567
21566
@@ -21647,7 +21646,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
21647
21646
21648
21647
21649
21648
$templateCache.put('views/directives/build-status.html',
21650
- "<status-icon status=\"build.status.phase\" disable-animation fixed-width=\"true\" ></status-icon>\n" +
21649
+ "<status-icon status=\"build.status.phase\" disable-animation></status-icon>\n" +
21651
21650
"<span ng-if=\"!build.status.reason || build.status.phase === 'Cancelled'\">{{build.status.phase}}</span>\n" +
21652
21651
"<span ng-if=\"build.status.reason && build.status.phase !== 'Cancelled'\">{{build.status.reason | sentenceCase}}</span><span ng-switch=\"build.status.phase\" class=\"hide-ng-leave\" ng-if=\"build.status.startTimestamp\"><span ng-switch-when=\"Complete\">, ran for {{build.status.startTimestamp | timeOnlyDurationFromTimestamps : build.status.completionTimestamp}}</span><span ng-switch-when=\"Failed\">, ran for {{build.status.startTimestamp | timeOnlyDurationFromTimestamps : build.status.completionTimestamp}}</span><span ng-switch-when=\"Cancelled\"> after {{build.status.startTimestamp | timeOnlyDurationFromTimestamps : build.status.completionTimestamp}}</span><span ng-switch-when=\"Running\"> for <time-only-duration-until-now timestamp=\"build.status.startTimestamp\" time-only></time-only-duration-until-now></span><span ng-switch-when=\"New\"></span><span ng-switch-when=\"Pending\"></span><span ng-switch-default>, ran for {{build.status.startTimestamp | duration : build.status.completionTimestamp}}</span>\n" +
21653
21652
"</span>"
@@ -24114,7 +24113,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
24114
24113
"{{routes[routeName] | routeLabel}}\n" +
24115
24114
"</span>\n" +
24116
24115
"<span ng-if=\"!routes[routeName].status.ingress\" data-toggle=\"popover\" data-trigger=\"hover\" data-content=\"The route is not accepting traffic yet because it has not been admitted by a router.\" style=\"cursor: help; padding-left: 5px\">\n" +
24117
- "<status-icon status=\"'Pending'\" disable-animation ></status-icon>\n" +
24116
+ "<status-icon status=\"'Pending'\"></status-icon>\n" +
24118
24117
"<span class=\"sr-only\">Pending</span>\n" +
24119
24118
"</span>\n" +
24120
24119
"</td>\n" +
@@ -25946,7 +25945,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
25946
25945
"<small>created <span am-time-ago=\"pod.metadata.creationTimestamp\"></span></small>\n" +
25947
25946
"</div>\n" +
25948
25947
"<div class=\"list-group-item-text\">\n" +
25949
- "<status-icon status=\"pod | podStatus\" disable-animation fixed-width=\"true\" ></status-icon>\n" +
25948
+ "<status-icon status=\"pod | podStatus\" disable-animation></status-icon>\n" +
25950
25949
"{{pod | podStatus | sentenceCase}}\n" +
25951
25950
"</div>\n" +
25952
25951
"</div>\n" +
@@ -26013,7 +26012,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
26013
26012
"<small>created <span am-time-ago=\"replicationController.metadata.creationTimestamp\"></span></small>\n" +
26014
26013
"</div>\n" +
26015
26014
"<div class=\"list-group-item-text\">\n" +
26016
- "<status-icon status=\"replicationController | deploymentStatus\" disable-animation fixed-width=\"true\" ></status-icon>\n" +
26015
+ "<status-icon status=\"replicationController | deploymentStatus\" disable-animation></status-icon>\n" +
26017
26016
"{{replicationController | deploymentStatus | sentenceCase}}<span ng-if=\"(replicationController | deploymentStatus) === 'Active'\">, {{replicationController.status.replicas}} replica<span ng-if=\"replicationController.status.replicas !== 1\">s</span></span>\n" +
26018
26017
"</div>\n" +
26019
26018
"</div>\n" +
@@ -26487,7 +26486,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
26487
26486
"<div ng-if=\"orderedReplicationControllers.length > 1\" class=\"deployment-connector-arrow\">\n" +
26488
26487
"</div>\n" +
26489
26488
"<div ng-if=\"orderedReplicationControllers.length === 1\" class=\"deployment-status-msg\">\n" +
26490
- "<status-icon status=\"orderedReplicationControllers[0] | deploymentStatus\" class=\"mar-right-xs\" ></status-icon>\n" +
26489
+ "<status-icon status=\"orderedReplicationControllers[0] | deploymentStatus\"></status-icon>\n" +
26491
26490
"Deployment #{{orderedReplicationControllers[0] | annotation : 'deploymentVersion'}} {{orderedReplicationControllers[0] | deploymentStatus | lowercase}}\n" +
26492
26491
"</div>\n" +
26493
26492
"</div>\n" +
@@ -112846,7 +112845,6 @@ mark{padding:0;background-color:rgba(252,248,160,.5)}
112846
112845
@media (max-width:991px){.service-table{min-width:100%}
112847
112846
}
112848
112847
.build-config-summary .h3,.deployment-config-summary .h3{margin-bottom:0}
112849
- .build-config-summary .last-status .status-icon,.deployment-config-summary .last-status .status-icon{width:20px}
112850
112848
.build-config-summary .last-timestamp,.deployment-config-summary .last-timestamp{margin-left:25px}
112851
112849
.deployment-config-summary{padding-bottom:20px}
112852
112850
.deployment-config-summary.gutter-bottom-2x{padding-bottom:40px}
@@ -113039,7 +113037,12 @@ a.disabled-link:active,a.disabled-link:focus,a.disabled-link:hover{color:#bbb;te
113039
113037
.edit-form .labels .form-group{width:100%}
113040
113038
}
113041
113039
.status{min-width:130px}
113042
- .status .status-icon{margin-right:6px;width:13px;text-align:center}
113040
+ [row]>status-icon{margin-right:3px}
113041
+ status-icon .fa,status-icon .pficon{text-align:center;width:1.230769em}
113042
+ .latest-build-status status-icon .fa,.latest-build-status status-icon .pficon{width:20px}
113043
+ status-icon .fa-spin{font-size:14px;line-height:normal}
113044
+ status-icon .spinner.spinner-inline{margin-left:.153846em;margin-right:.153846em}
113045
+ .latest-build-status status-icon .spinner.spinner-inline{margin-left:4px;margin-right:4px}
113043
113046
pre.clipped{display:inline-block;margin-top:10px;max-width:100%}
113044
113047
pre.clipped.scroll{max-height:150px;overflow:auto;width:100%}
113045
113048
.k8s-label{margin-right:5px;margin-top:3px}
@@ -113050,6 +113053,7 @@ pre.clipped.scroll{max-height:150px;overflow:auto;width:100%}
113050
113053
.k8s-label .label-pair .label-key{background-color:#bee1f4;color:#00659c;padding-top:4px;padding-bottom:4px;margin-left:0;font-size:12px}
113051
113054
.k8s-label .label-pair a.label-key:active,.k8s-label .label-pair a.label-key:focus,.k8s-label .label-pair a.label-key:hover{background-color:#00659c;color:#FFF}
113052
113055
.k8s-label .label-pair .label-value{background-color:#7dc3e8;color:#FFF;margin-left:0;padding-top:4px;padding-bottom:4px;font-size:12px}
113056
+ .data-toolbar .data-toolbar-filter .filter .navbar-filter-widget .label-filter .selectize-control .selectize-input,.data-toolbar .data-toolbar-filter .filter .navbar-filter-widget .label-filter .selectize-control .selectize-input input,.selectize-dropdown{font-size:13px}
113053
113057
.k8s-label .label-pair a.label-value:active,.k8s-label .label-pair a.label-value:focus,.k8s-label .label-pair a.label-value:hover{background-color:#00659c}
113054
113058
@media (max-width:768px){.k8s-label,.k8s-label .label-pair{width:100%}
113055
113059
.k8s-label .label{display:block;min-width:50px}
@@ -113068,8 +113072,6 @@ copy-to-clipboard .input-group.limit-width{max-width:300px}
113068
113072
.tech-preview-header{justify-content:space-between}
113069
113073
@media (max-width:479px){.col-xxs-12{width:100%}
113070
113074
}
113071
- .status-icon>.fa-spin{font-size:14px;line-height:normal}
113072
- .data-toolbar .data-toolbar-filter .filter .navbar-filter-widget .label-filter .selectize-control .selectize-input,.data-toolbar .data-toolbar-filter .filter .navbar-filter-widget .label-filter .selectize-control .selectize-input input,.selectize-dropdown{font-size:13px}
113073
113075
.data-toolbar{padding:5px 0}
113074
113076
.data-toolbar.other-resources-toolbar .data-toolbar-dropdown{min-width:210px}
113075
113077
.data-toolbar .checkbox{margin-bottom:0;margin-top:10px}
@@ -113626,8 +113628,6 @@ to{background-color:transparent}
113626
113628
.build-links .pipeline-link+.pipeline-link:before{border-left:1px solid #d1d1d1;content:'';display:inline-block;height:12px;margin:0 5px -2px 2px}
113627
113629
.build-links,.build-name,.build-phase,.build-timestamp{padding:0 10px}
113628
113630
.build-links,.build-timestamp{padding-top:2px;font-size:84%}
113629
- .build-phase .status-icon{margin-right:2px}
113630
- .build-phase .status-icon .spinner.spinner-inline{margin-right:0}
113631
113631
.build-summary,.stage{text-align:center}
113632
113632
.build-summary{border-bottom:1px solid #d1d1d1;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around;padding:5px;position:relative}
113633
113633
.build-timestamp{color:#9c9c9c}
0 commit comments