mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
UI clean-up
This commit is contained in:
parent
85ab582155
commit
f5869134b2
@ -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: {
|
||||
|
||||
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user