mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Minor flow status repr. fix
This commit is contained in:
parent
2fa8bf22f0
commit
ea7fb77b0e
2 changed files with 3 additions and 3 deletions
|
|
@ -355,8 +355,8 @@ 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"], flow2statusinfo(value)), "<[^>]*>([^<]+)<.*", "%1")
|
||||
column_proto_l4 = "<i class='fa fa-warning' style='color: orange;'"
|
||||
.." title='"..noHtml(getFlowStatus(value["flow.status"], flow2statusinfo(value)))
|
||||
.."'></i> "
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue