From 1238c788e1b4c13193d02998b4000b25b0a5d881 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 5 Sep 2017 16:56:00 -0400 Subject: [PATCH] fix to console error of conditional toggle showing --- .../configuration/system-form/sub-forms/system-logging.form.js | 2 +- awx/ui/client/src/shared/form-generator.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 8ae268c762..388cfb00f8 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 @@ -63,7 +63,7 @@ }, LOG_AGGREGATOR_VERIFY_CERT: { type: 'toggleSwitch', - ngShow: 'LOG_AGGREGATOR_PROTOCOL.value === "https"' + ngShow: "LOG_AGGREGATOR_PROTOCOL.value === 'https'" } }, diff --git a/awx/ui/client/src/shared/form-generator.js b/awx/ui/client/src/shared/form-generator.js index b65bf76184..8e39bad207 100644 --- a/awx/ui/client/src/shared/form-generator.js +++ b/awx/ui/client/src/shared/form-generator.js @@ -762,7 +762,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat html += label(labelOptions); - html += `
`; html += `