From 4fe8cde660a5b687bdc621af2ebd4c0e1f943dad Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 22 Aug 2017 12:03:36 -0400 Subject: [PATCH] Show credential lookup when source is 'custom' --- .../inventories/related/sources/sources.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js b/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js index 9205be3ca7..406f169e7c 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js @@ -75,7 +75,7 @@ return { type: 'lookup', list: 'CredentialList', basePath: 'credentials', - ngShow: "source && source.value !== '' && source.value !== 'custom'", + ngShow: "source && source.value !== ''", sourceModel: 'credential', sourceField: 'name', ngClick: 'lookupCredential()',