mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
supply query url to search directive in cloud credential lookup modal in job template > edit/add, resolves #1645
This commit is contained in:
parent
51dc42af2f
commit
9c6b1e534e
@ -72,6 +72,7 @@
|
||||
jQuery.extend(true, CloudCredentialList, CredentialList);
|
||||
CloudCredentialList.name = 'cloudcredentials';
|
||||
CloudCredentialList.iterator = 'cloudcredential';
|
||||
CloudCredentialList.basePath = '/api/v1/credentials?cloud=true';
|
||||
|
||||
SurveyControllerInit({
|
||||
scope: $scope,
|
||||
|
||||
@ -288,6 +288,7 @@ export default
|
||||
jQuery.extend(true, CloudCredentialList, CredentialList);
|
||||
CloudCredentialList.name = 'cloudcredentials';
|
||||
CloudCredentialList.iterator = 'cloudcredential';
|
||||
CloudCredentialList.basePath = '/api/v1/credentials?cloud=true';
|
||||
LookUpInit({
|
||||
url: GetBasePath('credentials') + '?cloud=true',
|
||||
scope: $scope,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user