mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 12:06:06 +00:00
Fix dashboard domain sorting
This commit is contained in:
@ -43,9 +43,9 @@ def domains_custom(boxId):
|
||||
|
||||
columns = [
|
||||
Domain.name, Domain.dnssec, Domain.type, Domain.serial, Domain.master,
|
||||
Domain.account
|
||||
Domain.account_id
|
||||
]
|
||||
# History.created_on.desc()
|
||||
|
||||
order_by = []
|
||||
for i in range(len(columns)):
|
||||
column_index = request.args.get("order[{0}][column]".format(i))
|
||||
|
Reference in New Issue
Block a user