mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
update adhoc command queries for api v2
This commit is contained in:
parent
2f57a1ea93
commit
7a0a2fb54c
@ -28,7 +28,7 @@ function adhocController($q, $scope, $stateParams,
|
||||
return {
|
||||
adhocUrl: GetBasePath('inventory') + id + '/ad_hoc_commands/',
|
||||
inventoryUrl: GetBasePath('inventory') + id + '/',
|
||||
machineCredentialUrl: GetBasePath('credentials') + '?kind=ssh'
|
||||
machineCredentialUrl: GetBasePath('credentials') + '?credential_type__namespace=ssh'
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user