mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
Merge pull request #2066 from leigh-johnson/JobTemplateCloudCredentialLookup
Fix Cloud Credential lookup modal in Job Template > Add/Edit
This commit is contained in:
@@ -72,6 +72,7 @@
|
|||||||
jQuery.extend(true, CloudCredentialList, CredentialList);
|
jQuery.extend(true, CloudCredentialList, CredentialList);
|
||||||
CloudCredentialList.name = 'cloudcredentials';
|
CloudCredentialList.name = 'cloudcredentials';
|
||||||
CloudCredentialList.iterator = 'cloudcredential';
|
CloudCredentialList.iterator = 'cloudcredential';
|
||||||
|
CloudCredentialList.basePath = '/api/v1/credentials?cloud=true';
|
||||||
|
|
||||||
SurveyControllerInit({
|
SurveyControllerInit({
|
||||||
scope: $scope,
|
scope: $scope,
|
||||||
|
|||||||
@@ -288,6 +288,7 @@ export default
|
|||||||
jQuery.extend(true, CloudCredentialList, CredentialList);
|
jQuery.extend(true, CloudCredentialList, CredentialList);
|
||||||
CloudCredentialList.name = 'cloudcredentials';
|
CloudCredentialList.name = 'cloudcredentials';
|
||||||
CloudCredentialList.iterator = 'cloudcredential';
|
CloudCredentialList.iterator = 'cloudcredential';
|
||||||
|
CloudCredentialList.basePath = '/api/v1/credentials?cloud=true';
|
||||||
LookUpInit({
|
LookUpInit({
|
||||||
url: GetBasePath('credentials') + '?cloud=true',
|
url: GetBasePath('credentials') + '?cloud=true',
|
||||||
scope: $scope,
|
scope: $scope,
|
||||||
|
|||||||
Reference in New Issue
Block a user