mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Started implementing assets inventory pref. To implement cpp side (#8462)
* Implemented ticket 8455 * Started implementing assets inventory pref. To implement cpp side --------- Co-authored-by: DGabri <gabriele.deri@gmail.com>
This commit is contained in:
parent
d90a1be895
commit
56099d7322
6 changed files with 104 additions and 2 deletions
|
|
@ -97,6 +97,27 @@ local menu_subpages = {{
|
|||
}
|
||||
}
|
||||
}, {
|
||||
id = "assets_inventory",
|
||||
label = i18n("prefs.assets_inventory"),
|
||||
advanced = false,
|
||||
pro_only = false,
|
||||
hidden = false,
|
||||
entries = {
|
||||
toggle_assets_inventory = {
|
||||
title = i18n("prefs.toggle_assets_inventory_title"),
|
||||
description = i18n("prefs.toggle_assets_inventory_description")
|
||||
},
|
||||
netbox_activation_url = {
|
||||
title = i18n("prefs.netbox_activation_url_title"),
|
||||
description = i18n("prefs.netbox_activation_url_description")
|
||||
},
|
||||
netbox_personal_access_token = {
|
||||
title = i18n("prefs.netbox_personal_access_token_title"),
|
||||
description = i18n("prefs.netbox_personal_access_token_description")
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
id = "traffic_behaviour",
|
||||
label = i18n("prefs.behaviour"),
|
||||
advanced = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue