mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03: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