mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 00:07:40 -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"
|
input_type: "radio"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
CredentialList.basePath = GetBasePath('credentials') + '?kind=ssh';
|
||||||
|
|
||||||
LookUpInit({
|
LookUpInit({
|
||||||
url: GetBasePath('credentials') + '?kind=ssh',
|
url: GetBasePath('credentials') + '?kind=ssh',
|
||||||
scope: scope,
|
scope: scope,
|
||||||
|
|||||||
Reference in New Issue
Block a user