mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 02:09:58 +01:00
Set default sort on DHCP lease tables to that of Hostname for ease of access
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -173,7 +173,8 @@ $(document).ready(function () {
|
||||
paging: false,
|
||||
scrollCollapse: true,
|
||||
scrollY: "200px",
|
||||
scrollX: true
|
||||
scrollX: true,
|
||||
order: [[2, "asc"]]
|
||||
});
|
||||
}
|
||||
|
||||
@@ -184,7 +185,8 @@ $(document).ready(function () {
|
||||
paging: false,
|
||||
scrollCollapse: true,
|
||||
scrollY: "200px",
|
||||
scrollX: true
|
||||
scrollX: true,
|
||||
order: [[2, "asc"]]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user