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:
@@ -97,7 +97,7 @@ function initTable() {
|
||||
data: { action: "get_domains", token: token },
|
||||
type: "POST"
|
||||
},
|
||||
order: [[1, "asc"]],
|
||||
order: [[0, "asc"]],
|
||||
columns: [
|
||||
{ data: "domain" },
|
||||
{ data: "type", searchable: false },
|
||||
|
||||
Reference in New Issue
Block a user