mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Add preference to Push Host Filters to PF_RING
This commit is contained in:
parent
f8145c46cd
commit
a404a47e7f
9 changed files with 28 additions and 7 deletions
|
|
@ -416,7 +416,11 @@ local menu_subpages = {{
|
|||
alert_page_refresh_rate = {
|
||||
title = i18n("prefs.alerts_page_refresh_rate__title"),
|
||||
description = i18n("prefs.alerts_page_refresh_rate_description")
|
||||
}
|
||||
},
|
||||
toggle_push_host_filters = {
|
||||
title = i18n("prefs.toggle_push_host_filters_title"),
|
||||
description = i18n("prefs.toggle_push_host_filters_description")
|
||||
},
|
||||
}
|
||||
}, {
|
||||
id = "geo_map",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue