Adding path support to credentials.js

This commit is contained in:
Luke Sneeringer 2014-07-21 13:51:54 -05:00
parent dd35df7255
commit e7a08a016c

View File

@ -265,6 +265,14 @@ angular.module('CredentialFormDefinition', [])
associated: 'sudo_password',
autocomplete: false
},
"project": {
label: "Project",
type: 'text',
ngShow: "kind.value == 'gce'",
addRequired: false,
editRequired: false,
autocomplete: false
},
"vault_password": {
label: "Vault Password",
type: 'password',