From 56c694404945ebd084609fe04f44ff8114a80a53 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 28 Aug 2019 13:54:15 -0400 Subject: [PATCH] add ui fields to configure tower in tower for automation analytics fields --- .../forms/system-form/sub-forms/system-misc.form.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/awx/ui/client/src/configuration/forms/system-form/sub-forms/system-misc.form.js b/awx/ui/client/src/configuration/forms/system-form/sub-forms/system-misc.form.js index 3c98e95c41..f7c94e0139 100644 --- a/awx/ui/client/src/configuration/forms/system-form/sub-forms/system-misc.form.js +++ b/awx/ui/client/src/configuration/forms/system-form/sub-forms/system-misc.form.js @@ -61,6 +61,19 @@ export default ['i18n', function(i18n) { }, INSIGHTS_TRACKING_STATE: { type: 'toggleSwitch' + }, + REDHAT_USERNAME: { + type: 'text', + reset: 'REDHAT_USERNAME', + }, + REDHAT_PASSWORD: { + type: 'sensitive', + hasShowInputButton: true, + reset: 'REDHAT_PASSWORD', + }, + AUTOMATION_ANALYTICS_URL: { + type: 'text', + reset: 'AUTOMATION_ANALYTICS_URL', } },