Completed flow alerts graph (#9152)

* Fixed th border

* Fixed loading in alerts graph
This commit is contained in:
GabrieleDeri 2025-04-14 18:16:45 +02:00 committed by GitHub
parent bf539b331c
commit e84e114c62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 520 additions and 556 deletions

View file

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