mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Merge pull request #323 from mabashian/7498-custom-inv-script-cred
Show credential lookup when source is 'custom'
This commit is contained in:
commit
0cbe083dcf
@ -75,7 +75,7 @@ return {
|
||||
type: 'lookup',
|
||||
list: 'CredentialList',
|
||||
basePath: 'credentials',
|
||||
ngShow: "source && source.value !== '' && source.value !== 'custom'",
|
||||
ngShow: "source && source.value !== ''",
|
||||
sourceModel: 'credential',
|
||||
sourceField: 'name',
|
||||
ngClick: 'lookupCredential()',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user