1
0
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:
Leigh Johnson 2016-07-12 17:11:10 -04:00
parent 745209d362
commit 03a04268cf

View File

@ -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;