Additional work towards new unified alerts/flow status API

This commit is contained in:
Simone Mainardi 2020-12-14 19:01:33 +01:00
parent ab4e8e9379
commit 33342abc54
6 changed files with 121 additions and 22 deletions

View file

@ -1810,6 +1810,7 @@ end
function alert_utils.formatAlertMessage(ifid, alert, alert_json)
local msg
if(alert_json == nil) then
alert_json = alert_utils.getAlertInfo(alert)
end