mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Add toast to warn about deprecated mysql support
This commit is contained in:
parent
7ab9ee22c4
commit
2b643ab7c4
5 changed files with 27 additions and 24 deletions
|
|
@ -205,11 +205,6 @@ else
|
|||
hidden = not ntop.isPro(),
|
||||
url = "/lua/pro/report.lua",
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.db_explorer,
|
||||
hidden = not ntop.isPro() or not prefs.is_dump_flows_to_mysql_enabled or ifs.isViewed or prefs.is_dump_flows_to_clickhouse_enabled,
|
||||
url = "/lua/pro/db_explorer.lua?ifid="..ifId,
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.db_explorer,
|
||||
hidden = not ntop.isPro() or (not prefs.is_dump_flows_to_clickhouse_enabled) or ifs.isViewed or not auth.has_capability(auth.capabilities.historical_flows),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue