mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Adds web UI ACL conf (WIP)
This commit is contained in:
parent
3bc4312ed1
commit
3dadc3bb78
4 changed files with 36 additions and 0 deletions
|
|
@ -281,6 +281,9 @@ local menu_subpages = {
|
|||
}, max_ui_strlen = {
|
||||
title = i18n("prefs.max_ui_strlen_title"),
|
||||
description = i18n("prefs.max_ui_strlen_description"),
|
||||
}, mgmt_acl = {
|
||||
title = i18n("prefs.mgmt_acl_title"),
|
||||
description = i18n("prefs.mgmt_acl_description"),
|
||||
}, toggle_host_mask = {
|
||||
title = i18n("prefs.toggle_host_mask_title"),
|
||||
description = i18n("prefs.toggle_host_mask_description"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue