mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Sort by first column by default (zero-indexed)
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -68,7 +68,7 @@ $(document).ready(function() {
|
||||
data: { action: "get_groups", token: token },
|
||||
type: "POST"
|
||||
},
|
||||
order: [[1, "asc"]],
|
||||
order: [[0, "asc"]],
|
||||
columns: [
|
||||
{ data: "id", width: "60px" },
|
||||
{ data: "enabled", searchable: false },
|
||||
|
||||
Reference in New Issue
Block a user