From f5869134b28123945237195148b27383af4e1b67 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Mon, 24 Jun 2013 11:49:10 -0400 Subject: [PATCH] UI clean-up --- awx/ui/static/js/forms/Groups.js | 3 ++- awx/ui/static/js/forms/Hosts.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/Groups.js b/awx/ui/static/js/forms/Groups.js index b0f2db5db3..92a01195c5 100644 --- a/awx/ui/static/js/forms/Groups.js +++ b/awx/ui/static/js/forms/Groups.js @@ -13,7 +13,8 @@ angular.module('GroupFormDefinition', []) addTitle: 'Create Group', //Legend in add mode editTitle: '{{ name }}', //Legend in edit mode name: 'group', //Form name attribute - well: false, //Wrap the form with TB well + well: false, //Wrap the form with TB well + "class": 'horizontal-narrow', fields: { name: { diff --git a/awx/ui/static/js/forms/Hosts.js b/awx/ui/static/js/forms/Hosts.js index e15eb89a42..4b35f18de7 100644 --- a/awx/ui/static/js/forms/Hosts.js +++ b/awx/ui/static/js/forms/Hosts.js @@ -13,6 +13,7 @@ angular.module('HostFormDefinition', []) addTitle: 'Create Host', //Legend in add mode editTitle: '{{ name }}', //Legend in edit mode name: 'host', //Form name attribute + "class": 'horizontal-narrow', well: false, //Wrap the form with TB well fields: {