mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
641fdcb70b
commit
cd7d987ac8
1 changed files with 2 additions and 1 deletions
|
|
@ -2582,9 +2582,10 @@ end
|
|||
|
||||
function formatLongLivedFlowAlert(flowstatus_info)
|
||||
local threshold = ""
|
||||
local res = i18n("flow_details.longlived_flow")
|
||||
|
||||
if not flowstatus_info then
|
||||
return i18n("flow_details.longlived_flow")
|
||||
return res
|
||||
end
|
||||
|
||||
if flowstatus_info["longlived.threshold"] then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue