mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
adjusted column widths on inventory groups & inventory hosts page
This commit is contained in:
@@ -22,7 +22,7 @@ angular.module('InventoryGroupsDefinition', [])
|
|||||||
key: true,
|
key: true,
|
||||||
ngClick: "groupSelect(group.id)",
|
ngClick: "groupSelect(group.id)",
|
||||||
columnClick: "groupSelect(group.id)",
|
columnClick: "groupSelect(group.id)",
|
||||||
columnClass: 'col-lg-10 col-md-10 col-sm-10 col-xs-7'
|
columnClass: 'col-lg-8 col-md-8 col-sm-8 col-xs-6'
|
||||||
},
|
},
|
||||||
source: {
|
source: {
|
||||||
label: 'Source',
|
label: 'Source',
|
||||||
@@ -99,7 +99,7 @@ angular.module('InventoryGroupsDefinition', [])
|
|||||||
|
|
||||||
fieldActions: {
|
fieldActions: {
|
||||||
|
|
||||||
columnClass: 'col-lg-2 col-md-2 col-sm-2 col-xs-5',
|
columnClass: 'col-lg-4 col-md-4 col-sm-4 col-xs-6 text-right',
|
||||||
label: false,
|
label: false,
|
||||||
|
|
||||||
sync_status: {
|
sync_status: {
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ angular.module('InventoryHostsDefinition', [])
|
|||||||
label: 'Hosts',
|
label: 'Hosts',
|
||||||
ngClick: "editHost(host.id)",
|
ngClick: "editHost(host.id)",
|
||||||
searchPlaceholder: "search_place_holder",
|
searchPlaceholder: "search_place_holder",
|
||||||
columnClass: 'col-lg-10 col-md-10 col-sm-10 col-xs-7',
|
columnClass: 'col-lg-8 col-md-9 col-sm-9 col-xs-7',
|
||||||
dataHostId: "{{ host.id }}",
|
dataHostId: "{{ host.id }}",
|
||||||
dataType: "host"
|
dataType: "host"
|
||||||
},
|
},
|
||||||
@@ -50,7 +50,7 @@ angular.module('InventoryHostsDefinition', [])
|
|||||||
|
|
||||||
fieldActions: {
|
fieldActions: {
|
||||||
|
|
||||||
columnClass: 'col-lg-2 col-md-2 col-sm-2 col-xs-5',
|
columnClass: 'col-lg-4 col-md-3 col-sm-3 col-xs-5 text-right',
|
||||||
label: false,
|
label: false,
|
||||||
|
|
||||||
enabled_flag: {
|
enabled_flag: {
|
||||||
|
|||||||
@@ -10,6 +10,12 @@
|
|||||||
#breadcrumbs .nav-path {
|
#breadcrumbs .nav-path {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
#hosts_table .actions{
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
#groups_table .actions{
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#group-copy-dialog,
|
#group-copy-dialog,
|
||||||
|
|||||||
Reference in New Issue
Block a user