mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fixes endpoint type for builtin endpoint
This commit is contained in:
parent
6d3a251a10
commit
0924b42828
3 changed files with 3 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ local alerts_api = require "alerts_api"
|
|||
local alert_consts = require "alert_consts"
|
||||
|
||||
local sqlite = {
|
||||
name = "SQLite",
|
||||
builtin = true, -- Whether this endpoint can be configured from the UI. Disabled for the builtin SQLite
|
||||
|
||||
conf_params = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue