mirror of
https://github.com/ansible/awx.git
synced 2026-04-03 09:15:05 -02:30
init search with correct query param, resolves #2947
This commit is contained in:
@@ -162,6 +162,8 @@ angular.module('JobTemplatesHelper', ['Utilities'])
|
||||
input_type: "radio"
|
||||
});
|
||||
|
||||
CredentialList.basePath = GetBasePath('credentials') + '?kind=ssh';
|
||||
|
||||
LookUpInit({
|
||||
url: GetBasePath('credentials') + '?kind=ssh',
|
||||
scope: scope,
|
||||
|
||||
Reference in New Issue
Block a user