Added alerts graph to nedge enterprise

This commit is contained in:
Matteo Biscosi 2025-08-20 16:35:39 +02:00
parent 78fa7141f3
commit b816b6466d

View file

@ -328,7 +328,7 @@ else
}, {
entry = page_utils.menu_entries.alerts_graph,
url = "/lua/pro/alerts_graph.lua",
hidden = (not ntop.isEnterpriseL()) or ( not ntop.isClickHouseEnabled())
hidden = (not ntop.isEnterpriseL() and not ntop.isnEdgeEnterprise()) or ( not ntop.isClickHouseEnabled())
}, {
entry = page_utils.menu_entries.alerts_geomap,
url = "/lua/pro/alerts_geomap.lua",