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) {
8407
+
} ]), angular.module("openshiftConsole").controller("CreateFromURLController", [ "$scope", "$routeParams", "$location", "$filter", "AuthService", "AuthorizationService", "DataService", "Navigate", "ProjectsService", function(e, t, n, r, a, o, i, s, c) {
8408
8408
a.withUser(), e.alerts = {}, e.selected = {};
8409
-
var c = function(t) {
8409
+
var l = function(t) {
8410
8410
e.alerts.invalidImageStream = {
8411
8411
type: "error",
8412
8412
message: 'The requested image stream "' + t + '" could not be loaded.'
8413
8413
};
8414
-
}, l = function(t) {
8414
+
}, u = function(t) {
8415
8415
e.alerts.invalidImageTag = {
8416
8416
type: "error",
8417
8417
message: 'The requested image stream tag "' + t + '" could not be loaded.'
8418
8418
};
8419
-
}, u = function(t) {
8419
+
}, d = function(t) {
8420
8420
e.alerts.invalidTemplate = {
8421
8421
type: "error",
8422
8422
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