mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Hides historical flow link from timeseries page (#8335)
This commit is contained in:
parent
7a047dfd75
commit
55bfc7c19f
3 changed files with 5 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ page_utils.print_navbar(title, url,
|
|||
label = "<i class='fas fa-lg fa-chart-area'></i>",
|
||||
},
|
||||
{
|
||||
hidden = not prefs.is_dump_flows_to_clickhouse_enabled,
|
||||
hidden = not prefs.is_dump_flows_to_clickhouse_enabled or page == "historical",
|
||||
active = page == "db_search",
|
||||
page_name = "db_search",
|
||||
label = "<i class=\"fas fa-search-plus\" title='" .. i18n("db_explorer.historical_data_explorer") .. "'\"></i>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue