mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -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"
|
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,
|
||||||
|
|||||||
@@ -331,6 +331,7 @@ export default
|
|||||||
var credential_url = GetBasePath('credentials') + '?kind=ssh';
|
var credential_url = GetBasePath('credentials') + '?kind=ssh';
|
||||||
|
|
||||||
var credList = _.cloneDeep(CredentialList);
|
var credList = _.cloneDeep(CredentialList);
|
||||||
|
credList.basePath = GetBasePath('credentials') + '?kind=ssh';
|
||||||
credList.fields.description.searchable = false;
|
credList.fields.description.searchable = false;
|
||||||
credList.fields.kind.searchable = false;
|
credList.fields.kind.searchable = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user