mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
UI clean-up
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user