UI clean-up

This commit is contained in:
chouseknecht 2013-06-24 11:49:10 -04:00
parent 85ab582155
commit f5869134b2
2 changed files with 3 additions and 1 deletions

View File

@ -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: {

View File

@ -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: {