VMware support within Tower.

This commit is contained in:
Luke Sneeringer
2014-08-06 09:02:14 -05:00
parent 2abf9ee653
commit 4723ad0a71
80 changed files with 62116 additions and 14 deletions

View File

@@ -149,7 +149,11 @@ angular.module('CredentialFormDefinition', [])
label: 'Host',
type: 'text',
ngShow: "kind.value == 'vmware'",
autocomplete: false
autocomplete: false,
awRequiredWhen: {
variable: 'host_required',
init: false
}
},
"username": {
labelBind: 'usernameLabel',
@@ -216,7 +220,11 @@ angular.module('CredentialFormDefinition', [])
ask: false,
clear: false,
associated: 'password_confirm',
autocomplete: false
autocomplete: false,
awRequiredWhen: {
variable: "password_required",
init: false
}
},
"password_confirm": {
label: 'Confirm Password',
@@ -226,7 +234,11 @@ angular.module('CredentialFormDefinition', [])
editRequired: false,
awPassMatch: true,
associated: 'password',
autocomplete: false
autocomplete: false,
awRequiredWhen: {
variable: "password_required",
init: false
}
},
"ssh_password": {
label: 'SSH Password',