Skip to content

Commit e9e7618

Browse files
author
OpenShift Bot
committedDec 14, 2016
bump(github.com/openshift/origin-web-console): 8e405523fe7ca626000bbd6fbb69ad79c1fce453
1 parent 652b30b commit e9e7618

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed
 

‎pkg/assets/bindata.go

+49-49
Original file line numberDiff line numberDiff line change
@@ -12958,8 +12958,7 @@ restrict:"E",
1295812958
templateUrl:"views/directives/_status-icon.html",
1295912959
scope:{
1296012960
status:"=",
12961-
disableAnimation:"@",
12962-
fixedWidth:"=?"
12961+
disableAnimation:"@"
1296312962
},
1296412963
link:function(a, b, c) {
1296512964
a.spinning = !angular.isDefined(c.disableAnimation);
@@ -17754,7 +17753,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1775417753
"</td>\n" +
1775517754
"<td data-title=\"Status\">\n" +
1775617755
"<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" +
1775817757
"<span ng-if=\"!build.status.reason || build.status.phase === 'Cancelled'\">{{build.status.phase}}</span>\n" +
1775917758
"<span ng-if=\"build.status.reason && build.status.phase !== 'Cancelled'\">{{build.status.reason | sentenceCase}}</span>\n" +
1776017759
"</div>\n" +
@@ -18390,7 +18389,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1839018389
"</td>\n" +
1839118390
"<td data-title=\"Status\">\n" +
1839218391
"<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" +
1839418393
"<span flex>\n" +
1839518394
"{{deployment | deploymentStatus}}<span ng-if=\"(deployment | deploymentStatus) == 'Active' || (deployment | deploymentStatus) == 'Running'\">,\n" +
1839618395
"<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', []
1938519384
"<span ng-if=\"!route.status.ingress\">\n" +
1938619385
"{{route | routeLabel : null : true}}\n" +
1938719386
"<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" +
1938919388
"<span class=\"sr-only\">Pending</span>\n" +
1939019389
"</span>\n" +
1939119390
"</span>\n" +
@@ -19592,7 +19591,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1959219591
"{{route | routeLabel}}\n" +
1959319592
"</span>\n" +
1959419593
"<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" +
1959619595
"<span class=\"sr-only\">Pending</span>\n" +
1959719596
"</span>\n" +
1959819597
"</td>\n" +
@@ -19905,7 +19904,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1990519904
"<td data-title=\"Status\">\n" +
1990619905
"<div row class=\"status\">\n" +
1990719906
"\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" +
1990919908
"<span ng-if=\"!latestBuild.status.reason || latestBuild.status.phase === 'Cancelled'\">{{latestBuild.status.phase}}</span>\n" +
1991019909
"<span ng-if=\"latestBuild.status.reason && latestBuild.status.phase !== 'Cancelled'\">{{latestBuild.status.reason | sentenceCase}}</span>\n" +
1991119910
"</div>\n" +
@@ -21040,7 +21039,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2104021039
"</td>\n" +
2104121040
"<td data-title=\"Status\">\n" +
2104221041
"<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" +
2104421043
"<span flex>\n" +
2104521044
"{{replicationController | deploymentStatus}}<span ng-if=\"(replicationController | deploymentStatus) == 'Active' || (replicationController | deploymentStatus) == 'Running'\">,\n" +
2104621045
"<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', []
2120821207
"<span class=\"status-icon\" ng-class=\"build.status.phase\">\n" +
2120921208
"<span ng-switch=\"build.status.phase\" class=\"hide-ng-leave\">\n" +
2121021209
"<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" +
2121221211
"</span>\n" +
2121321212
"<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" +
2121521214
"</span>\n" +
2121621215
"<span ng-switch-default>\n" +
2121721216
"<status-icon status=\"build.status.phase\"></status-icon>\n" +
@@ -21533,35 +21532,35 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2153321532

2153421533
$templateCache.put('views/directives/_status-icon.html',
2153521534
"<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" +
2155021549
"\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" +
2156521564
"</span>"
2156621565
);
2156721566

@@ -21647,7 +21646,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2164721646

2164821647

2164921648
$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" +
2165121650
"<span ng-if=\"!build.status.reason || build.status.phase === 'Cancelled'\">{{build.status.phase}}</span>\n" +
2165221651
"<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" +
2165321652
"</span>"
@@ -24114,7 +24113,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2411424113
"{{routes[routeName] | routeLabel}}\n" +
2411524114
"</span>\n" +
2411624115
"<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" +
2411824117
"<span class=\"sr-only\">Pending</span>\n" +
2411924118
"</span>\n" +
2412024119
"</td>\n" +
@@ -25946,7 +25945,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2594625945
"<small>created <span am-time-ago=\"pod.metadata.creationTimestamp\"></span></small>\n" +
2594725946
"</div>\n" +
2594825947
"<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" +
2595025949
"{{pod | podStatus | sentenceCase}}\n" +
2595125950
"</div>\n" +
2595225951
"</div>\n" +
@@ -26013,7 +26012,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2601326012
"<small>created <span am-time-ago=\"replicationController.metadata.creationTimestamp\"></span></small>\n" +
2601426013
"</div>\n" +
2601526014
"<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" +
2601726016
"{{replicationController | deploymentStatus | sentenceCase}}<span ng-if=\"(replicationController | deploymentStatus) === 'Active'\">, {{replicationController.status.replicas}} replica<span ng-if=\"replicationController.status.replicas !== 1\">s</span></span>\n" +
2601826017
"</div>\n" +
2601926018
"</div>\n" +
@@ -26487,7 +26486,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2648726486
"<div ng-if=\"orderedReplicationControllers.length > 1\" class=\"deployment-connector-arrow\">\n" +
2648826487
"</div>\n" +
2648926488
"<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" +
2649126490
"Deployment&nbsp;#{{orderedReplicationControllers[0] | annotation : 'deploymentVersion'}} {{orderedReplicationControllers[0] | deploymentStatus | lowercase}}\n" +
2649226491
"</div>\n" +
2649326492
"</div>\n" +
@@ -112846,7 +112845,6 @@ mark{padding:0;background-color:rgba(252,248,160,.5)}
112846112845
@media (max-width:991px){.service-table{min-width:100%}
112847112846
}
112848112847
.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}
112850112848
.build-config-summary .last-timestamp,.deployment-config-summary .last-timestamp{margin-left:25px}
112851112849
.deployment-config-summary{padding-bottom:20px}
112852112850
.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
113039113037
.edit-form .labels .form-group{width:100%}
113040113038
}
113041113039
.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}
113043113046
pre.clipped{display:inline-block;margin-top:10px;max-width:100%}
113044113047
pre.clipped.scroll{max-height:150px;overflow:auto;width:100%}
113045113048
.k8s-label{margin-right:5px;margin-top:3px}
@@ -113050,6 +113053,7 @@ pre.clipped.scroll{max-height:150px;overflow:auto;width:100%}
113050113053
.k8s-label .label-pair .label-key{background-color:#bee1f4;color:#00659c;padding-top:4px;padding-bottom:4px;margin-left:0;font-size:12px}
113051113054
.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}
113052113055
.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}
113053113057
.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}
113054113058
@media (max-width:768px){.k8s-label,.k8s-label .label-pair{width:100%}
113055113059
.k8s-label .label{display:block;min-width:50px}
@@ -113068,8 +113072,6 @@ copy-to-clipboard .input-group.limit-width{max-width:300px}
113068113072
.tech-preview-header{justify-content:space-between}
113069113073
@media (max-width:479px){.col-xxs-12{width:100%}
113070113074
}
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}
113073113075
.data-toolbar{padding:5px 0}
113074113076
.data-toolbar.other-resources-toolbar .data-toolbar-dropdown{min-width:210px}
113075113077
.data-toolbar .checkbox{margin-bottom:0;margin-top:10px}
@@ -113626,8 +113628,6 @@ to{background-color:transparent}
113626113628
.build-links .pipeline-link+.pipeline-link:before{border-left:1px solid #d1d1d1;content:'';display:inline-block;height:12px;margin:0 5px -2px 2px}
113627113629
.build-links,.build-name,.build-phase,.build-timestamp{padding:0 10px}
113628113630
.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}
113631113631
.build-summary,.stage{text-align:center}
113632113632
.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}
113633113633
.build-timestamp{color:#9c9c9c}

0 commit comments

Comments
 (0)
Please sign in to comment.