mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -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;
|
||||
|
||||
LookUpInit({
|
||||
url: GetBasePath('credentials') + '?kind=ssh',
|
||||
scope: $scope,
|
||||
form: form,
|
||||
current_item: (!Empty($scope.credential_id)) ? $scope.credential_id : null,
|
||||
|
||||
Reference in New Issue
Block a user