From 1034a70dfe9c1a1ca1f1ca6a9e563c39a25067d0 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Thu, 8 Jun 2017 10:58:56 -0400 Subject: [PATCH] Added remote host headers to settings in the UI --- .../configuration/system-form/sub-forms/system-misc.form.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js b/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js index a29eeec330..2e9e2cc79e 100644 --- a/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js +++ b/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js @@ -36,6 +36,10 @@ export default ['i18n', function(i18n) { }, AUTH_BASIC_ENABLED: { type: 'toggleSwitch', + }, + REMOTE_HOST_HEADERS: { + type: 'textarea', + reset: 'REMOTE_HOST_HEADERS' } },