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