mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +01:00
Sort by first column by default (zero-indexed)
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -97,7 +97,7 @@ function initTable() {
|
||||
data: { action: "get_adlists", token: token },
|
||||
type: "POST"
|
||||
},
|
||||
order: [[1, "asc"]],
|
||||
order: [[0, "asc"]],
|
||||
columns: [
|
||||
{ data: "address" },
|
||||
{ data: "enabled", searchable: false },
|
||||
|
||||
Reference in New Issue
Block a user