mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implement Device Protocols Alerts
This commit is contained in:
parent
35b555fea5
commit
457dcb3457
18 changed files with 171 additions and 29 deletions
|
|
@ -335,7 +335,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
if(interface.isPacketInterface()) then
|
||||
if(value["flow.status"] ~= 0) then
|
||||
column_proto_l4 = "<i class='fa fa-warning fa-lg' style='color: orange;'"
|
||||
.." title='"..string.gsub(getFlowStatus(value["flow.status"]), "<[^>]*>([^<]+)<.*", "%1")
|
||||
.." title='"..string.gsub(getFlowStatus(value["flow.status"], flow2statusinfo(value)), "<[^>]*>([^<]+)<.*", "%1")
|
||||
.."'></i> "
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue