Hides historical flow link from timeseries page (#8335)

This commit is contained in:
Matteo Biscosi 2024-05-02 10:06:24 -04:00
parent 7a047dfd75
commit 55bfc7c19f
3 changed files with 5 additions and 2 deletions

View file

@ -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>",