mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add a preference to specify what to show on the policy target column.
The new default is to only show categories. Existing installations will have the preference set to both. All the user defined protocols and categories are shown regardless of the preference (as not-editable fields in case).
This commit is contained in:
parent
a3f24fcdfc
commit
d3292c1b7e
6 changed files with 90 additions and 32 deletions
|
|
@ -247,6 +247,9 @@ local menu_subpages = {
|
|||
}, captive_portal_url = {
|
||||
title = i18n("prefs.captive_portal_url_title"),
|
||||
description = i18n("prefs.captive_portal_url_description"),
|
||||
}, policy_target_type = {
|
||||
title = i18n("prefs.policy_target_type"),
|
||||
description = i18n("prefs.policy_target_type_description"),
|
||||
}
|
||||
}},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue