From cfa9a663e9abb614302d8d2804598083a03bcd34 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 21 Dec 2016 20:33:48 -0500 Subject: [PATCH] reset aggregator field when clicking its associated reset button (#4542) --- .../configuration/system-form/sub-forms/system-logging.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/configuration/system-form/sub-forms/system-logging.form.js b/awx/ui/client/src/configuration/system-form/sub-forms/system-logging.form.js index 2329fde488..5264f3c845 100644 --- a/awx/ui/client/src/configuration/system-form/sub-forms/system-logging.form.js +++ b/awx/ui/client/src/configuration/system-form/sub-forms/system-logging.form.js @@ -34,7 +34,7 @@ }, LOG_AGGREGATOR_LOGGERS: { type: 'textarea', - reset: 'LOG_AGGREGATOR_PASSWORD' + reset: 'LOG_AGGREGATOR_LOGGERS' }, LOG_AGGREGATOR_INDIVIDUAL_FACTS: { type: 'toggleSwitch',