mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Show credential lookup when source is 'custom'
This commit is contained in:
parent
031b5f3269
commit
4fe8cde660
@ -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…
Reference in New Issue
Block a user