mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Adding path support to credentials.js
This commit is contained in:
parent
dd35df7255
commit
e7a08a016c
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user