@@ -4169,11 +4169,19 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
4169
4169
"<span class=\"help-block\">A unique name for the project.</span>\n" +
4170
4170
"</div>\n" +
4171
4171
"<div class=\"has-error\">\n" +
4172
+ "<span id=\"nameHelp\" class=\"help-block\" ng-if=\"createProjectForm.name.$error.minlength && createProjectForm.name.$touched\">\n" +
4173
+ "Name must have at least two characters.\n" +
4174
+ "</span>\n" +
4175
+ "</div>\n" +
4176
+ "<div class=\"has-error\">\n" +
4172
4177
"<span id=\"nameHelp\" class=\"help-block\" ng-if=\"createProjectForm.name.$error.pattern && createProjectForm.name.$touched\">\n" +
4173
- "Project names may only contain lower-case letters, numbers, and dashes. They may not start or end with a dash.</span>\n" +
4178
+ "Project names may only contain lower-case letters, numbers, and dashes. They may not start or end with a dash.\n" +
4179
+ "</span>\n" +
4174
4180
"</div>\n" +
4175
4181
"<div class=\"has-error\">\n" +
4176
- "<span class=\"help-block\" ng-if=\"nameTaken\">This name is already in use. Please choose a different name.</span>\n" +
4182
+ "<span class=\"help-block\" ng-if=\"nameTaken\">\n" +
4183
+ "This name is already in use. Please choose a different name.\n" +
4184
+ "</span>\n" +
4177
4185
"</div>\n" +
4178
4186
"</div>\n" +
4179
4187
"<div class=\"form-group\">\n" +
@@ -5872,7 +5880,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
5872
5880
"<label for=\"config-map-name\" class=\"required\">Name</label>\n" +
5873
5881
"\n" +
5874
5882
"<div ng-class=\"{ 'has-error': configMapForm.name.$invalid && configMapForm.name.$touched }\">\n" +
5875
- "<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" +
5883
+ "<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" +
5876
5884
"</div>\n" +
5877
5885
"<div>\n" +
5878
5886
"<span id=\"config-map-name-help\" class=\"help-block\">A unique name for the config map within the project.</span>\n" +
@@ -6660,7 +6668,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
6660
6668
"<div ng-show=\"showNameInput\" class=\"form-group\">\n" +
6661
6669
"<label for=\"hpa-name\" class=\"required\">Autoscaler Name</label>\n" +
6662
6670
"<span ng-class=\"{ 'has-error': form.name.$touched && form.name.$invalid }\">\n" +
6663
- "<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" +
6671
+ "<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" +
6664
6672
"</span>\n" +
6665
6673
"<div>\n" +
6666
6674
"<span id=\"hpa-name-help\" class=\"help-block\">\n" +
@@ -6978,7 +6986,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
6978
6986
"\n" +
6979
6987
"<div class=\"form-group\">\n" +
6980
6988
"<label for=\"claim-name\" class=\"required\">Name</label>\n" +
6981
- "<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" +
6989
+ "<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" +
6982
6990
"<div>\n" +
6983
6991
"<span id=\"claim-name-help\" class=\"help-block\">A unique name for the storage claim within the project.</span>\n" +
6984
6992
"</div>\n" +
@@ -7106,7 +7114,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
7106
7114
"<div ng-show=\"showNameInput\" class=\"form-group\">\n" +
7107
7115
"<label for=\"route-name\" class=\"required\">Name</label>\n" +
7108
7116
"\n" +
7109
- "<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" +
7117
+ "<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" +
7110
7118
"<div>\n" +
7111
7119
"<span id=\"route-name-help\" class=\"help-block\">A unique name for the route within the project.</span>\n" +
7112
7120
"</div>\n" +
0 commit comments