mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Added alerts graph to nedge enterprise
This commit is contained in:
parent
78fa7141f3
commit
b816b6466d
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue