mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix sort. (#7423)
This commit is contained in:
parent
56d507a708
commit
f453601e86
4 changed files with 14 additions and 5 deletions
|
|
@ -15,7 +15,9 @@ local rest_utils = require("rest_utils")
|
|||
|
||||
local rc = rest_utils.consts.success.ok
|
||||
|
||||
local epoch_list = backup_config.list_backup(_SESSION["user"])
|
||||
local order = _GET["order"] or "desc"
|
||||
|
||||
local epoch_list = backup_config.list_backup(_SESSION["user"], order)
|
||||
|
||||
if epoch_list then
|
||||
local extra_rsp_data = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue