From e7a08a016c1a64768ccded02b9f06cf9406326de Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Mon, 21 Jul 2014 13:51:54 -0500 Subject: [PATCH] Adding path support to credentials.js --- awx/ui/static/js/forms/Credentials.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/awx/ui/static/js/forms/Credentials.js b/awx/ui/static/js/forms/Credentials.js index 815fd67657..d01ace5a89 100644 --- a/awx/ui/static/js/forms/Credentials.js +++ b/awx/ui/static/js/forms/Credentials.js @@ -265,6 +265,14 @@ angular.module('CredentialFormDefinition', []) associated: 'sudo_password', autocomplete: false }, + "project": { + label: "Project", + type: 'text', + ngShow: "kind.value == 'gce'", + addRequired: false, + editRequired: false, + autocomplete: false + }, "vault_password": { label: "Vault Password", type: 'password',