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