mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Appplied PR review suggestion
This commit is contained in:
parent
5d382efbf6
commit
110796ebad
2 changed files with 7 additions and 4 deletions
|
|
@ -70,7 +70,7 @@ if not download then
|
|||
|
||||
for _, _value in ipairs(alerts or {}) do
|
||||
-- tprint(_value)
|
||||
res[#res + 1] = flow_alert_store:format_record(_value, no_html, verbose)
|
||||
res[#res + 1] = flow_alert_store:format_record(_value, no_html, toboolean(verbose))
|
||||
end
|
||||
|
||||
if format == "txt" then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue