mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
New page_utils api to handle sidebar subitems selection
This commit is contained in:
parent
6704ae5040
commit
4f6788fb58
73 changed files with 197 additions and 143 deletions
|
|
@ -2,6 +2,7 @@ return {
|
|||
label = "InfluxDB",
|
||||
script = "influxdb_stats.lua",
|
||||
sort_order = 1600,
|
||||
menu_entry = {key = "influxdb", i18n_title = "InfluxDB", section = "system_stats"},
|
||||
is_shown = function()
|
||||
local ts_utils = require("ts_utils_core")
|
||||
local user_scripts = require("user_scripts")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue