Replace isEnterprise with isEnterpriseM

This commit is contained in:
Alfredo Cardigliano 2020-04-02 12:36:34 +00:00
parent 457066ebb4
commit 2425134f05
19 changed files with 38 additions and 38 deletions

View file

@ -144,7 +144,7 @@ for _key,_value in ipairs(alerts) do
end
local column_id = tostring(alert_id)
if(ntop.isEnterprise()) then
if(ntop.isEnterpriseM()) then
if (status == "historical-flows") then
record["column_explorer"] = getExplorerLink(_value["cli_addr"], _value["srv_addr"], _value["alert_tstamp"])
end