New page_utils api to handle sidebar subitems selection

This commit is contained in:
emanuele-f 2020-01-30 11:52:35 +01:00
parent 6704ae5040
commit 4f6788fb58
73 changed files with 197 additions and 143 deletions

View file

@ -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")