Update IP Inventory to show MAC address and have working Last Used sort

This commit is contained in:
Oliver Gorwits
2014-12-24 18:23:13 +00:00
parent 692482caa7
commit cceae236d1
6 changed files with 41 additions and 28 deletions

View File

@@ -656,7 +656,10 @@ form .clearfix.success input {
/* dataTables */
div.nd_datatables-pager {
float: left;
margin-left: 50px;
float: left;
margin-left: 50px;
}
td.nd_nowrap {
white-space: nowrap;
}