mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
UI clean-up
This commit is contained in:
@@ -13,7 +13,8 @@ angular.module('GroupFormDefinition', [])
|
|||||||
addTitle: 'Create Group', //Legend in add mode
|
addTitle: 'Create Group', //Legend in add mode
|
||||||
editTitle: '{{ name }}', //Legend in edit mode
|
editTitle: '{{ name }}', //Legend in edit mode
|
||||||
name: 'group', //Form name attribute
|
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: {
|
fields: {
|
||||||
name: {
|
name: {
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ angular.module('HostFormDefinition', [])
|
|||||||
addTitle: 'Create Host', //Legend in add mode
|
addTitle: 'Create Host', //Legend in add mode
|
||||||
editTitle: '{{ name }}', //Legend in edit mode
|
editTitle: '{{ name }}', //Legend in edit mode
|
||||||
name: 'host', //Form name attribute
|
name: 'host', //Form name attribute
|
||||||
|
"class": 'horizontal-narrow',
|
||||||
well: false, //Wrap the form with TB well
|
well: false, //Wrap the form with TB well
|
||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
|
|||||||
Reference in New Issue
Block a user