mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
parent
37096ab179
commit
5319933cf1
2 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ local endpoint_ts = "/lua/rest/v1/get/host/alert/ts.lua"
|
|||
-- Preserve page params when switching between tabs
|
||||
local base_params = table.clone(_GET)
|
||||
base_params["page"] = nil
|
||||
base_params["alert_id"] = nil
|
||||
local base_url = getPageUrl(ntop.getHttpPrefix().."/lua/alert_stats.lua", base_params)
|
||||
|
||||
base_params["status"] = "historical"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue