Fix long lived flow status

Fixes #2550
This commit is contained in:
emanuele-f 2019-05-13 18:01:40 +02:00
parent 641fdcb70b
commit cd7d987ac8

View file

@ -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