mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Applied PR suggestion
This commit is contained in:
parent
2d03bb831c
commit
85c11aa725
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ end
|
|||
if not download then
|
||||
|
||||
-- telemetry == true retrieves all the alerts in the selected temporal range
|
||||
local alerts, recordsFiltered, info = flow_alert_store:select_request(nil, "*", download, telemetry)
|
||||
local alerts, recordsFiltered, info = flow_alert_store:select_request(nil, "*", download, false, telemetry)
|
||||
|
||||
|
||||
if (telemetry == false) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue