fixed adhoc form to only display machine credentials

This commit is contained in:
John Mitchell 2015-05-06 14:56:24 -04:00
parent 8a2767e000
commit cd6b3e6ca3

View File

@ -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,