mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Minor fix
This commit is contained in:
parent
0ab820067c
commit
1e1840ab46
1 changed files with 1 additions and 2 deletions
|
|
@ -432,10 +432,9 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
|
||||
-- NOTE: an alerted flow *may* have an invalid status set
|
||||
local status_info = getFlowStatus(value["flow.status"], flow2statusinfo(value))
|
||||
|
||||
if value["flow.alerted"] then
|
||||
column_proto_l4 = "<i class='fa fa-warning' style='color: #B94A48' title='"..noHtml(status_info) .."'></i> "
|
||||
elseif value["status_map"] then
|
||||
elseif value["status_map"] and value["flow.status"] ~= flow_consts.status_normal then
|
||||
local title = ''
|
||||
|
||||
for id, t in pairs(flow_consts.flow_status_types) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue