mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
fixed adhoc form to only display machine credentials
This commit is contained in:
@@ -66,6 +66,7 @@ export function AdhocCtrl($scope, $rootScope, $location, $routeParams,
|
|||||||
delete $rootScope.hostPatterns;
|
delete $rootScope.hostPatterns;
|
||||||
|
|
||||||
LookUpInit({
|
LookUpInit({
|
||||||
|
url: GetBasePath('credentials') + '?kind=ssh',
|
||||||
scope: $scope,
|
scope: $scope,
|
||||||
form: form,
|
form: form,
|
||||||
current_item: (!Empty($scope.credential_id)) ? $scope.credential_id : null,
|
current_item: (!Empty($scope.credential_id)) ? $scope.credential_id : null,
|
||||||
|
|||||||
Reference in New Issue
Block a user