@@ -93,9 +93,9 @@ <h4>Volumes</h4>
93
93
< div ng-if ="deployment ">
94
94
< volumes volumes ="replicaSet.spec.template.spec.volumes " namespace ="project.metadata.name "> </ volumes >
95
95
< div ng-if ="{ group: 'extensions', resource: 'deployments' } | canI : 'update' ">
96
- < a ng-href ="project/{{project.metadata.name}}/attach-pvc?kind=Deployment&name={{deployment.metadata.name}}&group=extensions "> Add storage </ a >
96
+ < a ng-href ="project/{{project.metadata.name}}/attach-pvc?kind=Deployment&name={{deployment.metadata.name}}&group=extensions "> Add Storage </ a >
97
97
< span class ="action-divider " aria-hidden ="true "> |</ span >
98
- < a ng-href ="project/{{project.metadata.name}}/add-config-volume?kind=Deployment&name={{deployment.metadata.name}} "> Add config files </ a >
98
+ < a ng-href ="project/{{project.metadata.name}}/add-config-volume?kind=Deployment&name={{deployment.metadata.name}} "> Add Config Files </ a >
99
99
</ div >
100
100
< div ng-if ="!replicaSet.spec.template.spec.volumes.length && !({ group: 'extensions', resource: 'deployments' } | canI : 'update') "> none</ div >
101
101
</ div >
@@ -107,9 +107,9 @@ <h4>Volumes</h4>
107
107
can-remove ="true "
108
108
remove-fn ="removeVolume(volume) ">
109
109
</ volumes >
110
- < a ng-href ="project/{{project.metadata.name}}/attach-pvc?kind=ReplicaSet&name={{replicaSet.metadata.name}}&group=extensions "> Add storage </ a >
110
+ < a ng-href ="project/{{project.metadata.name}}/attach-pvc?kind=ReplicaSet&name={{replicaSet.metadata.name}}&group=extensions "> Add Storage </ a >
111
111
< span class ="action-divider " aria-hidden ="true "> |</ span >
112
- < a ng-href ="project/{{project.metadata.name}}/add-config-volume?kind=ReplicaSet&name={{replicaSet.metadata.name}}&group=extensions "> Add config files </ a >
112
+ < a ng-href ="project/{{project.metadata.name}}/add-config-volume?kind=ReplicaSet&name={{replicaSet.metadata.name}}&group=extensions "> Add Config Files </ a >
113
113
</ div >
114
114
< div ng-if ="!(resource | canI : 'update') ">
115
115
< volumes volumes ="replicaSet.spec.template.spec.volumes " namespace ="project.metadata.name "> </ volumes >
@@ -121,9 +121,9 @@ <h4>Volumes</h4>
121
121
< div ng-if ="deploymentConfigName ">
122
122
< volumes volumes ="replicaSet.spec.template.spec.volumes " namespace ="project.metadata.name "> </ volumes >
123
123
< div ng-if ="'deploymentconfigs' | canI : 'update' ">
124
- < a ng-href ="project/{{project.metadata.name}}/attach-pvc?kind=DeploymentConfig&name={{deploymentConfigName}} "> Add storage to {{deploymentConfigName}}</ a >
124
+ < a ng-href ="project/{{project.metadata.name}}/attach-pvc?kind=DeploymentConfig&name={{deploymentConfigName}} "> Add Storage to {{deploymentConfigName}}</ a >
125
125
< span class ="action-divider " aria-hidden ="true "> |</ span >
126
- < a ng-href ="project/{{project.metadata.name}}/add-config-volume?kind=DeploymentConfig&name={{deploymentConfigName}} "> Add config files to {{deploymentConfigName}}</ a >
126
+ < a ng-href ="project/{{project.metadata.name}}/add-config-volume?kind=DeploymentConfig&name={{deploymentConfigName}} "> Add Config Files to {{deploymentConfigName}}</ a >
127
127
</ div >
128
128
< div ng-if ="!replicaSet.spec.template.spec.volumes.length && !('deploymentconfigs' | canI : 'update') "> none</ div >
129
129
</ div >
@@ -135,7 +135,7 @@ <h4>Volumes</h4>
135
135
can-remove ="true "
136
136
remove-fn ="removeVolume(volume) ">
137
137
</ volumes >
138
- < a ng-href ="project/{{project.metadata.name}}/attach-pvc?kind=ReplicationController&name={{replicaSet.metadata.name}} "> Add storage </ a >
138
+ < a ng-href ="project/{{project.metadata.name}}/attach-pvc?kind=ReplicationController&name={{replicaSet.metadata.name}} "> Add Storage </ a >
139
139
< span class ="action-divider " aria-hidden ="true "> |</ span >
140
140
< a ng-href ="project/{{project.metadata.name}}/add-config-volume?kind=ReplicationController&name={{replicaSet.metadata.name}} "> Add config files</ a >
141
141
</ div >
@@ -164,17 +164,17 @@ <h3>Autoscaling</h3>
164
164
<!-- Prompt to set CPU request on the DC if this is a deployment. -->
165
165
< a ng-href ="project/{{projectName}}/set-limits?kind=DeploymentConfig&name={{deploymentConfigName}} "
166
166
ng-if ="deploymentConfigName && !deploymentConfigMissing && ('deploymentconfigs' | canI : 'update') "
167
- role ="button "> Edit resource
168
- < span ng-if ="!('cpu' | isRequestCalculated : project) "> requests and</ span > limits </ a >
167
+ role ="button "> Edit Resource
168
+ < span ng-if ="!('cpu' | isRequestCalculated : project) "> Requests and</ span > Limits </ a >
169
169
<!-- Prompt to set CPU request on the RC if not a deployment. -->
170
170
< a ng-href ="project/{{projectName}}/set-limits?kind=ReplicationController&name={{replicaSet.metadata.name}} "
171
171
ng-if ="!deploymentConfigName && kind === 'ReplicationController' && (resource | canI : 'update') "
172
- role ="button "> Edit resource
173
- < span ng-if ="!('cpu' | isRequestCalculated : project) "> requests and</ span > limits </ a >
172
+ role ="button "> Edit Resource
173
+ < span ng-if ="!('cpu' | isRequestCalculated : project) "> Requests and</ span > Limits </ a >
174
174
< a ng-href ="project/{{projectName}}/set-limits?kind=ReplicaSet&name={{replicaSet.metadata.name}}&group=extensions "
175
175
ng-if ="!deploymentConfigName && kind === 'ReplicaSet' && (resource | canI : 'update') "
176
- role ="button "> Edit resource
177
- < span ng-if ="!('cpu' | isRequestCalculated : project) "> requests and</ span > limits </ a >
176
+ role ="button "> Edit Resource
177
+ < span ng-if ="!('cpu' | isRequestCalculated : project) "> Requests and</ span > Limits </ a >
178
178
</ span >
179
179
</ div >
180
180
@@ -183,16 +183,16 @@ <h3>Autoscaling</h3>
183
183
< span ng-if ="{resource: 'horizontalpodautoscalers', group: 'extensions'} | canI : 'create' ">
184
184
< a ng-if ="replicaSet.kind === 'ReplicaSet' && !deployment "
185
185
ng-href ="project/{{projectName}}/edit/autoscaler?kind=ReplicaSet&name={{replicaSet.metadata.name}}&group=extensions "
186
- role ="button "> Add autoscaler </ a >
186
+ role ="button "> Add Autoscaler </ a >
187
187
< a ng-if ="replicaSet.kind === 'ReplicaSet' && deployment "
188
188
ng-href ="project/{{projectName}}/edit/autoscaler?kind=Deployment&name={{deployment.metadata.name}}&group=extensions "
189
- role ="button "> Add autoscaler </ a >
189
+ role ="button "> Add Autoscaler </ a >
190
190
< a ng-if ="replicaSet.kind === 'ReplicationController' && !deploymentConfigName "
191
191
ng-href ="project/{{projectName}}/edit/autoscaler?kind=ReplicationController&name={{replicaSet.metadata.name}} "
192
- role ="button "> Add autoscaler </ a >
192
+ role ="button "> Add Autoscaler </ a >
193
193
< a ng-if ="replicaSet.kind === 'ReplicationController' && deploymentConfigName "
194
194
ng-href ="project/{{projectName}}/edit/autoscaler?kind=DeploymentConfig&name={{deploymentConfigName}} "
195
- role ="button "> Add autoscaler </ a >
195
+ role ="button "> Add Autoscaler </ a >
196
196
</ span >
197
197
< span ng-if ="!({resource: 'horizontalpodautoscalers', group: 'extensions'} | canI : 'create') ">
198
198
Autoscaling is not enabled. There are no autoscalers for this
0 commit comments