Skip to content

Commit 1f1e6de

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): 9686826940b7a6b7f996fefa5e80ed7ceb611fd1
1 parent 57f69c1 commit 1f1e6de

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

pkg/assets/bindata.go

+14-6
Original file line numberDiff line numberDiff line change
@@ -19354,11 +19354,19 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
1935419354
"<span class=\"help-block\">A unique name for the project.</span>\n" +
1935519355
"</div>\n" +
1935619356
"<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" +
1935719362
"<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" +
1935919365
"</div>\n" +
1936019366
"<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" +
1936219370
"</div>\n" +
1936319371
"</div>\n" +
1936419372
"<div class=\"form-group\">\n" +
@@ -21057,7 +21065,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2105721065
"<label for=\"config-map-name\" class=\"required\">Name</label>\n" +
2105821066
"\n" +
2105921067
"<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" +
2106121069
"</div>\n" +
2106221070
"<div>\n" +
2106321071
"<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', []
2184521853
"<div ng-show=\"showNameInput\" class=\"form-group\">\n" +
2184621854
"<label for=\"hpa-name\" class=\"required\">Autoscaler Name</label>\n" +
2184721855
"<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" +
2184921857
"</span>\n" +
2185021858
"<div>\n" +
2185121859
"<span id=\"hpa-name-help\" class=\"help-block\">\n" +
@@ -22163,7 +22171,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2216322171
"\n" +
2216422172
"<div class=\"form-group\">\n" +
2216522173
"<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" +
2216722175
"<div>\n" +
2216822176
"<span id=\"claim-name-help\" class=\"help-block\">A unique name for the storage claim within the project.</span>\n" +
2216922177
"</div>\n" +
@@ -22291,7 +22299,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2229122299
"<div ng-show=\"showNameInput\" class=\"form-group\">\n" +
2229222300
"<label for=\"route-name\" class=\"required\">Name</label>\n" +
2229322301
"\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" +
2229522303
"<div>\n" +
2229622304
"<span id=\"route-name-help\" class=\"help-block\">A unique name for the route within the project.</span>\n" +
2229722305
"</div>\n" +

0 commit comments

Comments
 (0)