mirror of
https://github.com/ansible/awx.git
synced 2026-09-15 08:20:10 -02:30
update adhoc command queries for api v2
This commit is contained in:
@@ -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'
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user