adjusted column widths on inventory groups & inventory hosts page

This commit is contained in:
Jared Tabor
2014-07-21 11:05:17 -04:00
parent f07e78a592
commit 972478929d
3 changed files with 10 additions and 4 deletions

View File

@@ -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: {

View File

@@ -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: {

View File

@@ -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,