mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Handles aggregated flows in db search links
This commit is contained in:
parent
f3205cf54c
commit
d65d47330f
2 changed files with 24 additions and 4 deletions
|
|
@ -47,7 +47,6 @@ headerShown = false
|
|||
|
||||
-- os.execute("sleep 30") -- this is to test slow responses
|
||||
for k,v in pairs(versions) do
|
||||
|
||||
local res = getNumFlows(ifId, k, host, _GET["l4proto"], _GET["port"], _GET["protocol"], _GET["info"], _GET["epoch_begin"], _GET["epoch_end"])
|
||||
|
||||
if res == nil or res[1] == nil then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue