Browse code

bump(github.com/openshift/origin-web-console): 8e405523fe7ca626000bbd6fbb69ad79c1fce453

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