From 8aa95690746ef25d058767fb5fcce02c389f6e91 Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 12 Mar 2018 10:56:36 -0400 Subject: [PATCH] In the JT form, moved options from its own line to in-line --- awx/ui/client/src/templates/job_templates/job-template.form.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/src/templates/job_templates/job-template.form.js b/awx/ui/client/src/templates/job_templates/job-template.form.js index 514644b132..422d722c3a 100644 --- a/awx/ui/client/src/templates/job_templates/job-template.form.js +++ b/awx/ui/client/src/templates/job_templates/job-template.form.js @@ -268,7 +268,6 @@ function(NotificationsList, CompletedJobsList, i18n) { checkbox_group: { label: i18n._('Options'), type: 'checkbox_group', - class: 'Form-formGroup--fullWidth', fields: [{ name: 'become_enabled', label: i18n._('Enable Privilege Escalation'),