mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
adjusted column widths on inventory groups & inventory hosts page
This commit is contained in:
parent
f07e78a592
commit
972478929d
@ -22,7 +22,7 @@ angular.module('InventoryGroupsDefinition', [])
|
||||
key: true,
|
||||
ngClick: "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: {
|
||||
label: 'Source',
|
||||
@ -99,7 +99,7 @@ angular.module('InventoryGroupsDefinition', [])
|
||||
|
||||
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,
|
||||
|
||||
sync_status: {
|
||||
|
||||
@ -28,7 +28,7 @@ angular.module('InventoryHostsDefinition', [])
|
||||
label: 'Hosts',
|
||||
ngClick: "editHost(host.id)",
|
||||
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 }}",
|
||||
dataType: "host"
|
||||
},
|
||||
@ -50,7 +50,7 @@ angular.module('InventoryHostsDefinition', [])
|
||||
|
||||
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,
|
||||
|
||||
enabled_flag: {
|
||||
|
||||
@ -10,6 +10,12 @@
|
||||
#breadcrumbs .nav-path {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
#hosts_table .actions{
|
||||
float: right;
|
||||
}
|
||||
#groups_table .actions{
|
||||
float:right;
|
||||
}
|
||||
}
|
||||
|
||||
#group-copy-dialog,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user