mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add missing requires in timeseries_info and influxdb
This commit is contained in:
parent
9165d05e40
commit
89eae33627
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ package.path = dirs.installdir .. "/scripts/lua/modules/timeseries/?.lua;" .. pa
|
|||
|
||||
local ts_utils = require "ts_utils"
|
||||
require "lua_utils_generic"
|
||||
require "label_utils"
|
||||
|
||||
local timeseries_info = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue