mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixed score filter alerts page, updated dist, removed logging (#8648)
* Fixed score filter alerts page, updated dist, removed logging * Reverted to correct version
This commit is contained in:
parent
0e28dbe326
commit
12c0d7fa32
6 changed files with 4 additions and 27 deletions
|
|
@ -72,7 +72,6 @@ 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, false, telemetry)
|
||||
|
||||
|
||||
if (telemetry == false) then
|
||||
for _, _value in ipairs(alerts or {}) do
|
||||
res[#res + 1] = flow_alert_store:format_record(_value, no_html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue