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:
GabrieleDeri 2024-08-21 09:25:01 +02:00 committed by GitHub
parent 0e28dbe326
commit 12c0d7fa32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 4 additions and 27 deletions

View file

@ -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)