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