mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Merge branch '2947' into release_3.0.0
This commit is contained in:
commit
abe911108d
@ -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,
|
||||
|
||||
@ -331,6 +331,7 @@ export default
|
||||
var credential_url = GetBasePath('credentials') + '?kind=ssh';
|
||||
|
||||
var credList = _.cloneDeep(CredentialList);
|
||||
credList.basePath = GetBasePath('credentials') + '?kind=ssh';
|
||||
credList.fields.description.searchable = false;
|
||||
credList.fields.kind.searchable = false;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user