mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add ntopng Host Address prefs under User Interface settings
This commit is contained in:
parent
6187ee30b8
commit
615cb2544a
5 changed files with 48 additions and 11 deletions
|
|
@ -713,7 +713,10 @@ local menu_subpages = { {
|
|||
pro_only = false,
|
||||
hidden = false,
|
||||
entries = {
|
||||
|
||||
ntopng_host_address = {
|
||||
title = i18n("prefs.ntopng_host_address_title"),
|
||||
description = i18n("prefs.ntopng_host_address_description")
|
||||
},
|
||||
toggle_date_type = {
|
||||
title = i18n("prefs.toggle_date_type_title"),
|
||||
description = i18n("prefs.toggle_date_type_description")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue