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