mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Additional fixes for tcp flags stats and use of json library
This commit is contained in:
parent
8a169991cb
commit
9d4df32f13
5 changed files with 39 additions and 51 deletions
|
|
@ -237,7 +237,6 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
end
|
||||
|
||||
local column_proto_l4 = ''
|
||||
|
||||
if value["alerted_status"] then
|
||||
local status_info = flow_consts.getStatusDescription(value["alerted_status"], flow2statusinfo(value))
|
||||
column_proto_l4 = "<i class='fas fa-exclamation-triangle' style='color: #B94A48' title='"..noHtml(status_info) .."'></i> "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue