@@ -19354,11 +19354,19 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
19354
19354
"<span class=\"help-block\">A unique name for the project.</span>\n" +
19355
19355
"</div>\n" +
19356
19356
"<div class=\"has-error\">\n" +
19357
+ "<span id=\"nameHelp\" class=\"help-block\" ng-if=\"createProjectForm.name.$error.minlength && createProjectForm.name.$touched\">\n" +
19358
+ "Name must have at least two characters.\n" +
19359
+ "</span>\n" +
19360
+ "</div>\n" +
19361
+ "<div class=\"has-error\">\n" +
19357
19362
"<span id=\"nameHelp\" class=\"help-block\" ng-if=\"createProjectForm.name.$error.pattern && createProjectForm.name.$touched\">\n" +
19358
- "Project names may only contain lower-case letters, numbers, and dashes. They may not start or end with a dash.</span>\n" +
19363
+ "Project names may only contain lower-case letters, numbers, and dashes. They may not start or end with a dash.\n" +
19364
+ "</span>\n" +
19359
19365
"</div>\n" +
19360
19366
"<div class=\"has-error\">\n" +
19361
- "<span class=\"help-block\" ng-if=\"nameTaken\">This name is already in use. Please choose a different name.</span>\n" +
19367
+ "<span class=\"help-block\" ng-if=\"nameTaken\">\n" +
19368
+ "This name is already in use. Please choose a different name.\n" +
19369
+ "</span>\n" +
19362
19370
"</div>\n" +
19363
19371
"</div>\n" +
19364
19372
"<div class=\"form-group\">\n" +
@@ -21057,7 +21065,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
21057
21065
"<label for=\"config-map-name\" class=\"required\">Name</label>\n" +
21058
21066
"\n" +
21059
21067
"<div ng-class=\"{ 'has-error': configMapForm.name.$invalid && configMapForm.name.$touched }\">\n" +
21060
- "<input id=\"config-map-name\" class=\"form-control\" type=\"text\" name=\"name\" ng-model=\"configMap.metadata.name\" ng-required=\"showNameInput\" ng-pattern=\"/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/\" ng-maxlength=\"63\" ng-minlength=\"2\" placeholder=\"my-config-map\" select-on-focus autocorrect=\"off\" autocapitalize=\"off\" spellcheck=\"false\" aria-describedby=\"config-map-name-help\">\n" +
21068
+ "<input id=\"config-map-name\" class=\"form-control\" type=\"text\" name=\"name\" ng-model=\"configMap.metadata.name\" ng-required=\"showNameInput\" ng-pattern=\"/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/\" ng-maxlength=\"63\" placeholder=\"my-config-map\" select-on-focus autocorrect=\"off\" autocapitalize=\"off\" spellcheck=\"false\" aria-describedby=\"config-map-name-help\">\n" +
21061
21069
"</div>\n" +
21062
21070
"<div>\n" +
21063
21071
"<span id=\"config-map-name-help\" class=\"help-block\">A unique name for the config map within the project.</span>\n" +
@@ -21845,7 +21853,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
21845
21853
"<div ng-show=\"showNameInput\" class=\"form-group\">\n" +
21846
21854
"<label for=\"hpa-name\" class=\"required\">Autoscaler Name</label>\n" +
21847
21855
"<span ng-class=\"{ 'has-error': form.name.$touched && form.name.$invalid }\">\n" +
21848
- "<input id=\"hpa-name\" class=\"form-control\" type=\"text\" name=\"name\" ng-model=\"autoscaling.name\" ng-required=\"showNameInput\" ng-readonly=\"nameReadOnly\" ng-pattern=\"/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/\" ng-maxlength=\"63\" ng-minlength=\"2\" placeholder=\"my-hpa\" select-on-focus autocorrect=\"off\" autocapitalize=\"off\" spellcheck=\"false\" aria-describedby=\"hpa-name-help\">\n" +
21856
+ "<input id=\"hpa-name\" class=\"form-control\" type=\"text\" name=\"name\" ng-model=\"autoscaling.name\" ng-required=\"showNameInput\" ng-readonly=\"nameReadOnly\" ng-pattern=\"/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/\" ng-maxlength=\"63\" placeholder=\"my-hpa\" select-on-focus autocorrect=\"off\" autocapitalize=\"off\" spellcheck=\"false\" aria-describedby=\"hpa-name-help\">\n" +
21849
21857
"</span>\n" +
21850
21858
"<div>\n" +
21851
21859
"<span id=\"hpa-name-help\" class=\"help-block\">\n" +
@@ -22163,7 +22171,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
22163
22171
"\n" +
22164
22172
"<div class=\"form-group\">\n" +
22165
22173
"<label for=\"claim-name\" class=\"required\">Name</label>\n" +
22166
- "<input id=\"claim-name\" class=\"form-control\" type=\"text\" name=\"name\" ng-model=\"claim.name\" ng-required=\"true\" ng-pattern=\"/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/\" ng-maxlength=\"253\" ng-minlength=\"2\" placeholder=\"my-storage-claim\" select-on-focus autocorrect=\"off\" autocapitalize=\"off\" spellcheck=\"false\" aria-describedby=\"claim-name-help\">\n" +
22174
+ "<input id=\"claim-name\" class=\"form-control\" type=\"text\" name=\"name\" ng-model=\"claim.name\" ng-required=\"true\" ng-pattern=\"/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/\" ng-maxlength=\"253\" placeholder=\"my-storage-claim\" select-on-focus autocorrect=\"off\" autocapitalize=\"off\" spellcheck=\"false\" aria-describedby=\"claim-name-help\">\n" +
22167
22175
"<div>\n" +
22168
22176
"<span id=\"claim-name-help\" class=\"help-block\">A unique name for the storage claim within the project.</span>\n" +
22169
22177
"</div>\n" +
@@ -22291,7 +22299,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
22291
22299
"<div ng-show=\"showNameInput\" class=\"form-group\">\n" +
22292
22300
"<label for=\"route-name\" class=\"required\">Name</label>\n" +
22293
22301
"\n" +
22294
- "<input id=\"route-name\" class=\"form-control\" type=\"text\" name=\"name\" ng-model=\"route.name\" ng-required=\"showNameInput\" ng-pattern=\"/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/\" ng-maxlength=\"63\" ng-minlength=\"2\" placeholder=\"my-route\" select-on-focus autocorrect=\"off\" autocapitalize=\"off\" spellcheck=\"false\" aria-describedby=\"route-name-help\">\n" +
22302
+ "<input id=\"route-name\" class=\"form-control\" type=\"text\" name=\"name\" ng-model=\"route.name\" ng-required=\"showNameInput\" ng-pattern=\"/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/\" ng-maxlength=\"63\" placeholder=\"my-route\" select-on-focus autocorrect=\"off\" autocapitalize=\"off\" spellcheck=\"false\" aria-describedby=\"route-name-help\">\n" +
22295
22303
"<div>\n" +
22296
22304
"<span id=\"route-name-help\" class=\"help-block\">A unique name for the route within the project.</span>\n" +
22297
22305
"</div>\n" +
0 commit comments