mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Moved network discovery preference (#8635)
This commit is contained in:
parent
1a8767d702
commit
f09ec6e6a4
5 changed files with 22 additions and 23 deletions
|
|
@ -36,10 +36,6 @@ local menu_subpages = {{
|
|||
title = i18n("prefs.toggle_active_monitoring_title"),
|
||||
description = i18n("prefs.toggle_active_monitoring_description")
|
||||
},
|
||||
toggle_network_discovery = {
|
||||
title = i18n("active_monitoring_stats.network_discovery"),
|
||||
description = i18n("active_monitoring_stats.network_discovery_description")
|
||||
}
|
||||
}
|
||||
},{
|
||||
id = "alerts",
|
||||
|
|
@ -407,6 +403,10 @@ local menu_subpages = {{
|
|||
hidden = false,
|
||||
entries = {
|
||||
toggle_network_discovery = {
|
||||
title = i18n("active_monitoring_stats.network_discovery"),
|
||||
description = i18n("active_monitoring_stats.network_discovery_description")
|
||||
},
|
||||
toggle_periodic_network_discovery = {
|
||||
title = i18n("prefs.toggle_network_discovery_title"),
|
||||
description = i18n("prefs.toggle_network_discovery_description")
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue