You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
} ]), angular.module("openshiftConsole").controller("CreateFromURLController", [ "$scope", "$routeParams", "$location", "$filter", "AuthService", "DataService", "Navigate", "ProjectsService", function(e, t, n, r, a, o, i, s) {
8406
+
} ]), angular.module("openshiftConsole").controller("CreateFromURLController", [ "$scope", "$routeParams", "$location", "$filter", "AuthService", "AuthorizationService", "DataService", "Navigate", "ProjectsService", function(e, t, n, r, a, o, i, s, c) {
8407
8407
a.withUser(), e.alerts = {}, e.selected = {};
8408
-
var c = function(t) {
8408
+
var l = function(t) {
8409
8409
e.alerts.invalidImageStream = {
8410
8410
type: "error",
8411
8411
message: 'The requested image stream "' + t + '" could not be loaded.'
8412
8412
};
8413
-
}, l = function(t) {
8413
+
}, u = function(t) {
8414
8414
e.alerts.invalidImageTag = {
8415
8415
type: "error",
8416
8416
message: 'The requested image stream tag "' + t + '" could not be loaded.'
8417
8417
};
8418
-
}, u = function(t) {
8418
+
}, d = function(t) {
8419
8419
e.alerts.invalidTemplate = {
8420
8420
type: "error",
8421
8421
message: 'The requested template "' + t + '" could not be loaded.'
message: 'The app name "' + t + "\" is not valid. An app name is an alphanumeric (a-z, and 0-9) string with a maximum length of 24 characters, where the first character is a letter (a-z), and the '-' character is allowed anywhere except the first or last character."
0 commit comments