mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Merge branch '2947' into release_3.0.0
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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user