File tree 29 files changed +104
-88
lines changed
29 files changed +104
-88
lines changed Original file line number Diff line number Diff line change 119
119
}
120
120
}
121
121
122
- .nav-tabs , .tab-content {
122
+ .nav-tabs {
123
123
margin-bottom : @grid-gutter-width / 2 ;
124
- margin-top : @grid-gutter-width / 2 ;
125
124
}
126
125
126
+ .resource-details {
127
+ h3 {
128
+ border-bottom : 1px solid #eee ;
129
+ padding-bottom : 10px ;
130
+ }
131
+ }
132
+
133
+
127
134
.hide-tabs .nav-tabs {
128
135
display : none ;
129
136
}
@@ -212,6 +219,10 @@ mark {
212
219
}
213
220
}
214
221
222
+ .registry-image-pull {
223
+ margin-bottom : @grid-gutter-width / 2 ;
224
+ }
225
+
215
226
.image-sources {
216
227
.source-path :after ,
217
228
.destination-dir :before {
@@ -1149,11 +1160,6 @@ labels + .resource-details {
1149
1160
margin-top : 21px ;
1150
1161
}
1151
1162
1152
- .resource-details h3 {
1153
- padding-bottom : 10px ;
1154
- border-bottom : 1px solid #eee ;
1155
- }
1156
-
1157
1163
h1 small .meta , .build-config-summary .meta {
1158
1164
font-size : 12px ;
1159
1165
@media (max-width : @screen-xs-min ) {
Original file line number Diff line number Diff line change 3
3
}
4
4
.log-header {
5
5
margin-bottom : 3px ;
6
+ margin-top : @grid-gutter-width / 2 ;
6
7
label {
7
8
margin-bottom : 0 ;
8
9
}
245
246
.h2 ();
246
247
.empty-state-message ();
247
248
.text-center ();
248
- }
249
+ }
Original file line number Diff line number Diff line change 10
10
}
11
11
.content-pane {
12
12
width : 100% ;
13
- margin-top : 50px ;
14
13
.col-add-role {
15
14
padding : 10px 0 ;
16
15
min-width : 150px ;
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ html,body {
70
70
height : 100% ;
71
71
.middle-header {
72
72
.flex (@columns : 0 0 auto );
73
+ margin-bottom : @grid-gutter-width / 2 ;
73
74
}
74
75
.middle-content {
75
76
.flex (@columns : 1 1 auto );
Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ <h2>No builds.</h2>
193
193
< div class ="resource-details ">
194
194
< div class ="row ">
195
195
< div class ="col-lg-6 ">
196
- < h3 > Configuration</ h3 >
197
196
< dl class ="dl-horizontal left ">
198
197
< div >
199
198
< dt > Build Strategy:</ dt >
Original file line number Diff line number Diff line change 46
46
</ div >
47
47
</ div >
48
48
</ div > <!-- /middle-header-->
49
- < div class ="middle-content gutter-top ">
49
+ < div class ="middle-content ">
50
50
< div class ="container-fluid ">
51
51
< div ng-if ="configMap " class ="row ">
52
52
< div class ="col-sm-12 ">
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1>Config Maps</h1>
23
23
< div class ="middle-content ">
24
24
< div class ="container-fluid ">
25
25
< div class ="row ">
26
- < div class ="col-md-12 gutter-top ">
26
+ < div class ="col-md-12 ">
27
27
< div ng-if ="!loaded "> Loading...</ div >
28
28
< div ng-if ="loaded ">
29
29
< table class ="table table-bordered table-hover table-mobile ">
Original file line number Diff line number Diff line change 96
96
< div ng-if ="!loaded "> Loading...</ div >
97
97
< div class ="row " ng-if ="loaded ">
98
98
< div class ="col-md-12 " ng-class ="{ 'hide-tabs' : !deploymentConfig } ">
99
+ < div ng-if ="deploymentConfig.spec.paused " class ="alert alert-info animate-if ">
100
+ < span class ="pficon pficon-info " aria-hidden ="true "> </ span >
101
+ < strong > {{deploymentConfig.metadata.name}} is paused.</ strong >
102
+ This will stop any new deployments and deployment triggers from running
103
+ until resumed.
104
+ < span ng-if ="!updatingPausedState && ('deploymentconfigs' | canI : 'update') ">
105
+ < a href ="" ng-click ="setPaused(false) " role ="button "> Resume deployment</ a >
106
+ </ span >
107
+ </ div >
99
108
< uib-tabset >
100
109
< uib-tab active ="selectedTab.details ">
101
110
< uib-tab-heading > Details</ uib-tab-heading >
102
111
< div class ="resource-details " ng-if ="deploymentConfig ">
103
- < div ng-if ="deploymentConfig.spec.paused " class ="alert alert-info animate-if ">
104
- < span class ="pficon pficon-info " aria-hidden ="true "> </ span >
105
- < strong > {{deploymentConfig.metadata.name}} is paused.</ strong >
106
- This will stop any new deployments and deployment triggers from running
107
- until resumed.
108
- < span ng-if ="!updatingPausedState && ('deploymentconfigs' | canI : 'update') ">
109
- < a href ="" ng-click ="setPaused(false) " role ="button "> Resume deployment</ a >
110
- </ span >
111
- </ div >
112
112
< div class ="row ">
113
113
< div class ="col-lg-6 ">
114
114
< h3 > Configuration</ h3 >
Original file line number Diff line number Diff line change 16
16
</ div >
17
17
</ div >
18
18
</ div > <!-- /middle-header-->
19
- < div class ="middle-content gutter-top " persist-tab-state >
19
+ < div class ="middle-content " persist-tab-state >
20
20
< div class ="container-fluid ">
21
21
< div ng-if ="imageStream && !image "> Loading...</ div >
22
22
< div class ="row " ng-if ="image ">
32
32
</ registry-image-meta >
33
33
</ uib-tab >
34
34
< uib-tab heading ="Config " active ="selectedTab.config ">
35
- < uib-tab-heading > Config </ uib-tab-heading >
35
+ < uib-tab-heading > Configuration </ uib-tab-heading >
36
36
< registry-image-config image ="image ">
37
37
</ registry-image-config >
38
38
</ uib-tab >
Original file line number Diff line number Diff line change 40
40
</ div >
41
41
</ div >
42
42
</ div > <!-- /middle-header-->
43
- < div class ="middle-content gutter-top ">
43
+ < div class ="middle-content ">
44
44
< div class ="container-fluid ">
45
45
< div class ="row " ng-if ="imageStream ">
46
46
< div class ="col-md-12 ">
Original file line number Diff line number Diff line change 50
50
< div class ="middle-content ">
51
51
< div class ="container-fluid ">
52
52
< div class ="row " ng-if ="pvc " >
53
- < div class ="col-md-12 gutter-top ">
53
+ < div class ="col-md-12 ">
54
54
< div class ="resource-details ">
55
55
< dl class ="dl-horizontal left ">
56
56
< dt > Status:</ dt >
84
84
</ div > <!-- /middle-container -->
85
85
</ div > <!-- /middle-section -->
86
86
</ project-page >
87
-
Original file line number Diff line number Diff line change 133
133
</ div >
134
134
135
135
< div ng-if ="!noContainersYet ">
136
- < div class ="mar-bottom-md ">
136
+ < div class ="mar-bottom-md mar-top-xl ">
137
137
< span class ="pficon pficon-info " aria-hidden ="true "> </ span >
138
138
When you navigate away from this pod, any open terminal connections will be closed.
139
139
This will kill any foreground processes you started from the terminal.
Original file line number Diff line number Diff line change 47
47
</ div >
48
48
</ div >
49
49
</ div > <!-- /middle-header-->
50
- < div class ="middle-content gutter-top ">
50
+ < div class ="middle-content ">
51
51
< div class ="container-fluid ">
52
52
< div class ="row " ng-if ="route ">
53
53
< div class ="col-sm-12 ">
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1>Routes</h1>
23
23
< div class ="middle-content ">
24
24
< div class ="container-fluid ">
25
25
< div class ="row ">
26
- < div class ="col-md-12 gutter-top ">
26
+ < div class ="col-md-12 ">
27
27
< table class ="table table-bordered table-hover table-mobile ">
28
28
< thead >
29
29
< tr >
Original file line number Diff line number Diff line change 38
38
</ div >
39
39
</ div >
40
40
</ div > <!-- /middle-header-->
41
- < div class ="middle-content gutter-top ">
41
+ < div class ="middle-content ">
42
42
< div class ="container-fluid ">
43
43
< div ng-if ="secret " class ="row ">
44
44
< div class ="col-sm-12 ">
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1>Builds</h1>
20
20
< div class ="middle-content ">
21
21
< div class ="container-fluid ">
22
22
< div class ="row ">
23
- < div class ="col-md-12 gutter-top ">
23
+ < div class ="col-md-12 ">
24
24
< table class ="table table-bordered table-hover table-mobile ">
25
25
< thead >
26
26
< tr >
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ <h1>Deployments</h1>
20
20
< div class ="middle-content ">
21
21
< div class ="container-fluid ">
22
22
< div class ="row ">
23
- < div class ="col-md-12 "
24
- ng-class ="{ 'gutter-top': !(deployments | hashSize) && !(replicaSets | hashSize) } ">
23
+ < div class ="col-md-12 ">
25
24
< h3 ng-if ="(deployments | hashSize) || (replicaSets | hashSize) "> Deployment Configurations</ h3 >
26
25
< table class ="table table-bordered table-hover table-mobile ">
27
26
< thead >
Original file line number Diff line number Diff line change 1
- < div class ="gutter-top- bottom ">
1
+ < div class ="gutter-bottom ">
2
2
< p >
3
3
< a href ="" ng-click ="toggleAnnotations() " ng-if ="!expandAnnotations "> Show annotations</ a >
4
4
< a href ="" ng-click ="toggleAnnotations() " ng-if ="expandAnnotations "> Hide annotations</ a >
Original file line number Diff line number Diff line change 1
- < div class ="metrics " ng-if ="pod || deployment ">
1
+ < div class ="metrics mar-top-xl " ng-if ="pod || deployment ">
2
2
< div ng-show ="!metricsError " class ="metrics-options ">
3
3
<!-- Let the user select the container if we're showing pod metrics. -->
4
4
< div ng-if ="pod.spec.containers.length " class ="form-group ">
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h1>Events</h1>
15
15
< div class ="middle-content ">
16
16
< div class ="container-fluid ">
17
17
< div class ="row ">
18
- < div class ="col-md-12 gutter-top " ng-if ="projectContext ">
18
+ < div class ="col-md-12 " ng-if ="projectContext ">
19
19
< events project-context ="projectContext " ng-if ="projectContext "> </ events >
20
20
</ div >
21
21
</ div >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1>Image Streams</h1>
20
20
< div class ="middle-content ">
21
21
< div class ="container-fluid ">
22
22
< div class ="row ">
23
- < div class ="col-md-12 gutter-top ">
23
+ < div class ="col-md-12 ">
24
24
< table class ="table table-bordered table-hover table-mobile ">
25
25
< thead >
26
26
< tr >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1>Other Resources</h1>
27
27
< div class ="middle-content ">
28
28
< div class ="container-fluid ">
29
29
< div class ="row ">
30
- < div class ="col-md-12 gutter-top ">
30
+ < div class ="col-md-12 ">
31
31
< table class ="table table-bordered table-mobile " ng-class ="{ 'table-empty': (resources | hashSize) === 0 } ">
32
32
< thead >
33
33
< tr >
Original file line number Diff line number Diff line change 4
4
<!-- Middle section -->
5
5
< div class ="middle-section ">
6
6
< div class ="middle-container ">
7
+ < div class ="middle-header ">
8
+ < div class ="container-fluid ">
9
+ < div class ="page-header page-header-bleed-right page-header-bleed-left ">
10
+ < h1 >
11
+ Pipelines
12
+ </ h1 >
13
+ < alerts alerts ="alerts "> </ alerts >
14
+ </ div >
15
+ </ div >
16
+ </ div >
7
17
< div class ="middle-content pipelines-page ">
8
18
< div class ="container-fluid ">
9
19
< div class ="row ">
10
20
< div class ="col-md-12 ">
11
- < div class ="page-header page-header-bleed-right page-header-bleed-left ">
12
- < h1 class ="mar-top-none "> Pipelines</ h1 >
13
- </ div >
14
- < alerts alerts ="alerts "> </ alerts >
15
21
< div ng-if ="!(buildConfigs | hashSize) " class ="mar-top-lg ">
16
22
< div ng-if ="!buildConfigsLoaded ">
17
23
Loading...
@@ -45,7 +51,7 @@ <h2>No pipelines.</h2>
45
51
Start Pipeline
46
52
</ button >
47
53
</ div >
48
- < h2 >
54
+ < h2 class =" mar-top-none " >
49
55
< a ng-href ="{{buildConfig | navigateResourceURL}} "> {{buildConfigName}}</ a >
50
56
< small > created < span am-time-ago ="buildConfig.metadata.creationTimestamp "> </ span > </ small >
51
57
</ h2 >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1>Pods</h1>
20
20
< div class ="middle-content ">
21
21
< div class ="container-fluid ">
22
22
< div class ="row ">
23
- < div class ="col-md-12 gutter-top ">
23
+ < div class ="col-md-12 ">
24
24
< pods-table pods ="pods " empty-message ="emptyMessage "> </ pods-table >
25
25
</ div > <!-- /col-* -->
26
26
</ div >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h1 title="Overview">Overview</h1>
35
35
< div class ="middle-content surface-shaded ">
36
36
< div class ="container-fluid surface-shaded ">
37
37
< div class ="row ">
38
- < div class ="col-md-12 gutter-top ">
38
+ < div class ="col-md-12 ">
39
39
40
40
<!-- Empty states -->
41
41
< div ng-if ="(services | hashSize) === 0 && (monopodsByService[''] | hashSize) === 0 && (deploymentsByServiceByDeploymentConfig[''] | hashSize) === 0 ">
@@ -122,7 +122,7 @@ <h2 ng-if="displayRouteByService[serviceId]" ng-init="otherRoutes = (routesBySer
122
122
< span class ="pficon pficon-warning-triangle-o " aria-hidden ="true "> </ span >
123
123
This service has < a href ="project/{{projectName}}/browse/routes "> routes</ a > with warnings.
124
124
</ small >
125
- </ div >
125
+ </ div >
126
126
</ h2 >
127
127
128
128
<!-- If no route is present, show the service name large -->
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1>Secrets</h1>
20
20
< div ng-if ="!loaded " class ="mar-top-xl "> Loading...</ div >
21
21
< div ng-if ="loaded " class ="row ">
22
22
< div class ="col-md-12 ">
23
- < h3 > Source Secrets</ h3 >
23
+ < h2 > Source Secrets</ h2 >
24
24
< table class ="table table-bordered table-hover table-mobile secrets-table ">
25
25
< thead >
26
26
< tr >
@@ -49,7 +49,7 @@ <h3>Source Secrets</h3>
49
49
</ tbody >
50
50
</ table >
51
51
< div ng-if ="secretsByType.images.length !== 0 ">
52
- < h3 > Image Secrets</ h3 >
52
+ < h2 > Image Secrets</ h2 >
53
53
< table class ="table table-bordered table-hover table-mobile secrets-table ">
54
54
< thead >
55
55
< tr >
@@ -74,7 +74,7 @@ <h3>Image Secrets</h3>
74
74
</ table >
75
75
</ div >
76
76
< div ng-if ="secretsByType.other.length !== 0 ">
77
- < h3 > Other Secrets</ h3 >
77
+ < h2 > Other Secrets</ h2 >
78
78
< table class ="table table-bordered table-hover table-mobile secrets-table ">
79
79
< thead >
80
80
< tr >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1>Services</h1>
20
20
< div class ="middle-content ">
21
21
< div class ="container-fluid ">
22
22
< div class ="row ">
23
- < div class ="col-md-12 gutter-top ">
23
+ < div class ="col-md-12 ">
24
24
< table class ="table table-bordered table-hover table-mobile ">
25
25
< thead >
26
26
< tr >
You can’t perform that action at this time.
0 commit comments