mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Unifies all internals timeseries in a single preference
Implements #3459
This commit is contained in:
parent
717b2f88ce
commit
ec724babcf
8 changed files with 30 additions and 25 deletions
|
|
@ -202,9 +202,9 @@ local menu_subpages = {
|
|||
title = i18n("prefs.toggle_ndpi_flows_rrds_title"),
|
||||
description = i18n("prefs.toggle_ndpi_flows_rrds_description"),
|
||||
pro_only = true,
|
||||
}, toggle_user_scripts_rrds = {
|
||||
title = i18n("prefs.toggle_user_scripts_rrds_title"),
|
||||
description = i18n("prefs.toggle_user_scripts_rrds_description"),
|
||||
}, toggle_internals_rrds = {
|
||||
title = i18n("prefs.toggle_internals_rrds_title").." <i class=\"fas fa-sm fa-wrench\"></i>",
|
||||
description = i18n("prefs.toggle_internals_rrds_description", {url = ntop.getHttpPrefix().."/lua/if_stats.lua?page=internals"}),
|
||||
}, multiple_timeseries_database = {
|
||||
title = i18n("prefs.multiple_timeseries_database_title"),
|
||||
description = i18n("prefs.multiple_timeseries_database_description"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue