mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
a8c049b58f
commit
66cbf2c436
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ local function formatRawFlow(record, flow_json, skip_add_links)
|
|||
|
||||
if not isEmptyString(decoded["info"]) then
|
||||
local lb = ""
|
||||
if (record["flow_status"] == "13") -- blacklisted flow
|
||||
if (flow_consts.getStatusType(record["flow_status"]) == "status_blacklisted")
|
||||
and (not flow["srv.blacklisted"]) and (not flow["cli.blacklisted"]) then
|
||||
lb = " <i class='fas fa-ban' aria-hidden='true' title='Blacklisted'></i>"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue