Skip to content

Commit 00110d1

Browse files
committed
Bug 1507753 - Make config page and environment tab actions consistent
1 parent 0beaf62 commit 00110d1

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

app/views/create/fromimage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ <h3>Environment Variables <span class="appended-icon">(Runtime only) <span class
283283
value-from-selector-options="valueFromObjects"
284284
key-validator="[a-zA-Z_][a-zA-Z0-9_]*"
285285
key-validator-error-tooltip="A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores."
286-
add-row-link="Add Environment Variable"
287-
add-row-with-selectors-link="Add Environment Variable Using a Config Map or Secret"></key-value-editor>
286+
add-row-link="Add Value"
287+
add-row-with-selectors-link="Add Value from Config Map or Secret"></key-value-editor>
288288
</div>
289289
</div>
290290
</osc-form-section>

app/views/directives/deploy-image.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ <h2>
167167
key-validator-error="A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores."
168168
value-placeholder="Value"
169169
value-from-selector-options="input.selectedProject.metadata.uid && valueFromNamespace[input.selectedProject.metadata.name]"
170-
add-row-link="Add Environment Variable"
171-
add-row-with-selectors-link="Add Environment Variable Using a Config Map or Secret"></key-value-editor>
170+
add-row-link="Add Value"
171+
add-row-with-selectors-link="Add Value from Config Map or Secret"></key-value-editor>
172172
</osc-form-section>
173173

174174
<label-editor

app/views/directives/edit-lifecycle-hook.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
key-validator="[a-zA-Z_][a-zA-Z0-9_]*"
5959
key-validator-error-tooltip="A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores."
6060
value-from-selector-options="valueFromObjects"
61-
add-row-with-selectors-link="Add Environment Variable Using a Config Map or Secret"
62-
add-row-link="Add Environment Variable"></key-value-editor>
61+
add-row-with-selectors-link="Add Value from Config Map or Secret"
62+
add-row-link="Add Value"></key-value-editor>
6363
<div class="help-block">
6464
Environment variables to supply to the hook pod's container.
6565
</div>

app/views/edit/deployment-config.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ <h3>Deployment Strategy</h3>
7171
key-validator="[a-zA-Z_][a-zA-Z0-9_]*"
7272
key-validator-error-tooltip="A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores."
7373
value-from-selector-options="valueFromObjects"
74-
add-row-link="Add Environment Variable"
75-
add-row-with-selectors-link="Add Environment Variable Using a Config Map or Secret"></key-value-editor>
74+
add-row-link="Add Value"
75+
add-row-with-selectors-link="Add Value from Config Map or Secret"></key-value-editor>
7676
</div>
7777
</div>
7878
<div ng-if="strategyData.type !== 'Custom'" >
@@ -356,8 +356,8 @@ <h4>Container {{containerName}}</h4>
356356
value-from-selector-options="valueFromObjects"
357357
key-validator="[a-zA-Z_][a-zA-Z0-9_]*"
358358
key-validator-error-tooltip="A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores."
359-
add-row-link="Add Environment Variable"
360-
add-row-with-selectors-link="Add Environment Variable Using a Config Map or Secret"></key-value-editor>
359+
add-row-link="Add Value"
360+
add-row-with-selectors-link="Add Value from Config Map or Secret"></key-value-editor>
361361
</div>
362362
</div>
363363

dist/scripts/templates.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -4985,7 +4985,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
49854985
"</div>\n" +
49864986
"<key-value-editor entries=\"DCEnvVarsFromImage\" is-readonly cannot-add cannot-sort cannot-delete></key-value-editor>\n" +
49874987
"</div>\n" +
4988-
"<key-value-editor entries=\"DCEnvVarsFromUser\" key-placeholder=\"name\" value-placeholder=\"value\" value-from-selector-options=\"valueFromObjects\" key-validator=\"[a-zA-Z_][a-zA-Z0-9_]*\" key-validator-error-tooltip=\"A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores.\" add-row-link=\"Add Environment Variable\" add-row-with-selectors-link=\"Add Environment Variable Using a Config Map or Secret\"></key-value-editor>\n" +
4988+
"<key-value-editor entries=\"DCEnvVarsFromUser\" key-placeholder=\"name\" value-placeholder=\"value\" value-from-selector-options=\"valueFromObjects\" key-validator=\"[a-zA-Z_][a-zA-Z0-9_]*\" key-validator-error-tooltip=\"A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores.\" add-row-link=\"Add Value\" add-row-with-selectors-link=\"Add Value from Config Map or Secret\"></key-value-editor>\n" +
49894989
"</div>\n" +
49904990
"</div>\n" +
49914991
"</osc-form-section>\n" +
@@ -6452,7 +6452,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
64526452
"</div>\n" +
64536453
"</div>\n" +
64546454
"<osc-form-section header=\"Environment Variables\" about-title=\"Environment Variables\" about=\"Environment variables are used to configure and pass information to running containers.\" expand=\"true\" can-toggle=\"false\" class=\"first-section\">\n" +
6455-
"<key-value-editor entries=\"env\" key-placeholder=\"Name\" key-validator=\"[A-Za-z_][A-Za-z0-9_]*\" key-validator-error=\"A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores.\" value-placeholder=\"Value\" value-from-selector-options=\"input.selectedProject.metadata.uid && valueFromNamespace[input.selectedProject.metadata.name]\" add-row-link=\"Add Environment Variable\" add-row-with-selectors-link=\"Add Environment Variable Using a Config Map or Secret\"></key-value-editor>\n" +
6455+
"<key-value-editor entries=\"env\" key-placeholder=\"Name\" key-validator=\"[A-Za-z_][A-Za-z0-9_]*\" key-validator-error=\"A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores.\" value-placeholder=\"Value\" value-from-selector-options=\"input.selectedProject.metadata.uid && valueFromNamespace[input.selectedProject.metadata.name]\" add-row-link=\"Add Value\" add-row-with-selectors-link=\"Add Value from Config Map or Secret\"></key-value-editor>\n" +
64566456
"</osc-form-section>\n" +
64576457
"<label-editor labels=\"labels\" expand=\"true\" can-toggle=\"false\" help-text=\"Each label is applied to each created resource.\">\n" +
64586458
"</label-editor>\n" +
@@ -6877,7 +6877,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
68776877
"</div>\n" +
68786878
"<div class=\"form-group\">\n" +
68796879
"<label>Environment Variables</label>\n" +
6880-
"<key-value-editor entries=\"hookParams.execNewPod.env\" key-validator=\"[a-zA-Z_][a-zA-Z0-9_]*\" key-validator-error-tooltip=\"A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores.\" value-from-selector-options=\"valueFromObjects\" add-row-with-selectors-link=\"Add Environment Variable Using a Config Map or Secret\" add-row-link=\"Add Environment Variable\"></key-value-editor>\n" +
6880+
"<key-value-editor entries=\"hookParams.execNewPod.env\" key-validator=\"[a-zA-Z_][a-zA-Z0-9_]*\" key-validator-error-tooltip=\"A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores.\" value-from-selector-options=\"valueFromObjects\" add-row-with-selectors-link=\"Add Value from Config Map or Secret\" add-row-link=\"Add Value\"></key-value-editor>\n" +
68816881
"<div class=\"help-block\">\n" +
68826882
"Environment variables to supply to the hook pod's container.\n" +
68836883
"</div>\n" +
@@ -10026,7 +10026,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1002610026
"</div>\n" +
1002710027
"<div class=\"form-group\">\n" +
1002810028
"<label>Environment Variables</label>\n" +
10029-
"<key-value-editor entries=\"strategyData.customParams.environment\" key-validator=\"[a-zA-Z_][a-zA-Z0-9_]*\" key-validator-error-tooltip=\"A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores.\" value-from-selector-options=\"valueFromObjects\" add-row-link=\"Add Environment Variable\" add-row-with-selectors-link=\"Add Environment Variable Using a Config Map or Secret\"></key-value-editor>\n" +
10029+
"<key-value-editor entries=\"strategyData.customParams.environment\" key-validator=\"[a-zA-Z_][a-zA-Z0-9_]*\" key-validator-error-tooltip=\"A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores.\" value-from-selector-options=\"valueFromObjects\" add-row-link=\"Add Value\" add-row-with-selectors-link=\"Add Value from Config Map or Secret\"></key-value-editor>\n" +
1003010030
"</div>\n" +
1003110031
"</div>\n" +
1003210032
"<div ng-if=\"strategyData.type !== 'Custom'\">\n" +
@@ -10206,7 +10206,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1020610206
"<div class=\"container-name\">\n" +
1020710207
"<h4>Container {{containerName}}</h4>\n" +
1020810208
"</div>\n" +
10209-
"<key-value-editor ng-if=\"containerConfig\" entries=\"containerConfig.env\" value-from-selector-options=\"valueFromObjects\" key-validator=\"[a-zA-Z_][a-zA-Z0-9_]*\" key-validator-error-tooltip=\"A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores.\" add-row-link=\"Add Environment Variable\" add-row-with-selectors-link=\"Add Environment Variable Using a Config Map or Secret\"></key-value-editor>\n" +
10209+
"<key-value-editor ng-if=\"containerConfig\" entries=\"containerConfig.env\" value-from-selector-options=\"valueFromObjects\" key-validator=\"[a-zA-Z_][a-zA-Z0-9_]*\" key-validator-error-tooltip=\"A valid environment variable name is an alphanumeric (a-z and 0-9) string beginning with a letter that may contain underscores.\" add-row-link=\"Add Value\" add-row-with-selectors-link=\"Add Value from Config Map or Secret\"></key-value-editor>\n" +
1021010210
"</div>\n" +
1021110211
"</div>\n" +
1021210212
"<pause-rollouts-checkbox deployment=\"updatedDeploymentConfig\" always-visible=\"true\">\n" +

0 commit comments

Comments
 (0)