mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Completed flow alerts graph (#9152)
* Fixed th border * Fixed loading in alerts graph
This commit is contained in:
parent
bf539b331c
commit
e84e114c62
3 changed files with 520 additions and 556 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue