mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
Reuse credentialBasePath
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
CredentialList.basePath = credentialBasePath;
|
CredentialList.basePath = credentialBasePath;
|
||||||
LookUpInit({
|
LookUpInit({
|
||||||
scope: $scope,
|
scope: $scope,
|
||||||
url: GetBasePath('credentials') + (source === '' ? '' : '?kind=' + source),
|
url: credentialBasePath,
|
||||||
form: form,
|
form: form,
|
||||||
list: CredentialList,
|
list: CredentialList,
|
||||||
field: 'credential',
|
field: 'credential',
|
||||||
|
|||||||
Reference in New Issue
Block a user