mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
fix prompt-for machine cred query params too
This commit is contained in:
parent
745209d362
commit
03a04268cf
@ -333,6 +333,7 @@ export default
|
||||
var credential_url = GetBasePath('credentials') + '?kind=ssh';
|
||||
|
||||
var credList = _.cloneDeep(CredentialList);
|
||||
credList.basePath = GetBasePath('credentials') + '?kind=ssh';
|
||||
credList.fields.description.searchable = false;
|
||||
credList.fields.kind.searchable = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user