mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Adds missing alert_consts require
This commit is contained in:
parent
010e082cb5
commit
a4f64c1505
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
require "lua_utils"
|
||||
local json = require "dkjson"
|
||||
local alerts_api = require "alerts_api"
|
||||
local alert_consts = require "alert_consts"
|
||||
|
||||
local sqlite = {
|
||||
builtin = true, -- Whether this endpoint can be configured from the UI. Disabled for the builtin SQLite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue