mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Added check
This commit is contained in:
parent
d94920d858
commit
7c9631b955
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ local function formatFlowRisk(info)
|
|||
-- inside the flow details page
|
||||
local res = i18n("alerts_dashboard.flow_risk")
|
||||
|
||||
if info.risk_id then
|
||||
if((info ~= nil) and info.risk_id) then
|
||||
res = flow_risk_utils.risk_id_2_i18n(info.risk_id)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue