mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Replace isEnterprise with isEnterpriseM
This commit is contained in:
parent
457066ebb4
commit
2425134f05
19 changed files with 38 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue