mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
5af89ca6aa
commit
50e3f40a8b
1 changed files with 3 additions and 0 deletions
|
|
@ -570,6 +570,9 @@ function alert_utils.getLinkToPastFlows(ifid, alert, alert_json)
|
|||
past_flows_filter["epoch_end"] = past_flows_filter["epoch_begin"] + duration
|
||||
end
|
||||
|
||||
-- TODO: Temporarily disabled, WIP
|
||||
past_flows_filter = {}
|
||||
|
||||
-- Return the link augmented with the filter
|
||||
return string.format("%s/lua/pro/nindex_query.lua?", ntop.getHttpPrefix(), table.tconcat(past_flows_filter, "=", "&"))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue