mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
This commit is contained in:
commit
e203cf1048
18 changed files with 96 additions and 56 deletions
|
|
@ -2507,6 +2507,7 @@ function getFlowStatus(status, flowstatus_info)
|
|||
elseif(status == 16) then return(formatSuspiciousDeviceProtocolAlert(flowstatus_info))
|
||||
elseif(status == 17) then return("<font color=orange>"..i18n("flow_details.elephant_flow_l2r").."</font>")
|
||||
elseif(status == 18) then return("<font color=orange>"..i18n("flow_details.elephant_flow_r2l").."</font>")
|
||||
elseif(status == 19) then return("<font color=orange>"..i18n("flow_details.longlived_flow").."</font>")
|
||||
else return("<font color=orange>"..i18n("flow_details.unknown_status",{status=status}).."</font>")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue