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 += `