ntopng/scripts/lua/modules/timeseries/ts_utils.lua
emanuele-f d1140ec9fd Avoid timeseries read operations to display the chart icon
Now the icon is displayed whenever the timeseries are enabled for the given context
2020-02-19 13:27:20 +01:00

11 lines
164 B
Lua

--
-- (C) 2018 - ntop.org
--
local ts_utils = require("ts_utils_core")
-- Include the schemas
ts_utils.loadSchemas()
--tprint(debug.traceback())
return ts_utils