mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
Reuse credentialBasePath
This commit is contained in:
parent
fcad385bcb
commit
6fcf97d233
@ -99,7 +99,7 @@
|
||||
CredentialList.basePath = credentialBasePath;
|
||||
LookUpInit({
|
||||
scope: $scope,
|
||||
url: GetBasePath('credentials') + (source === '' ? '' : '?kind=' + source),
|
||||
url: credentialBasePath,
|
||||
form: form,
|
||||
list: CredentialList,
|
||||
field: 'credential',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user