mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes wrong interface selection yielding crashes and wrong stats
This issue was introducted recently due to the require of prefs_utils by recording_utils. After this require, the initial interface selected was lost. Code requires now a cleanup to remove the old bridging parts of the menu that are now only in nedge.
This commit is contained in:
parent
f81971a4ff
commit
a1fa4e4e9f
2 changed files with 2 additions and 2 deletions
|
|
@ -330,7 +330,7 @@ local menu_subpages = {
|
|||
title = i18n("prefs.topk_heuristic_precision_title"),
|
||||
description = i18n("prefs.topk_heuristic_precision_description"),
|
||||
},
|
||||
}}, {id="bridging", label=i18n("prefs.traffic_bridging"), advanced=false, pro_only=true, enterprise_only=true, hidden=(not hasBridgeInterfaces()), nedge_hidden=true, entries={
|
||||
}}, {id="bridging", label=i18n("prefs.traffic_bridging"), advanced=false, pro_only=true, enterprise_only=true, hidden=true, nedge_hidden=true, entries={
|
||||
safe_search_dns = {
|
||||
title = i18n("prefs.safe_search_dns_title"),
|
||||
description = i18n("prefs.safe_search_dns_description", {url="https://en.wikipedia.org/wiki/SafeSearch"}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue