mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
parent
1f24dec3e3
commit
b117e8a23a
178 changed files with 6639 additions and 124 deletions
12
scripts/lua/rest/v2/edit/check/filter.lua
Normal file
12
scripts/lua/rest/v2/edit/check/filter.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--
|
||||
-- (C) 2013-21 - ntop.org
|
||||
--
|
||||
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
|
||||
local alert_rest_utils = require "alert_rest_utils"
|
||||
|
||||
if isAdministratorOrPrintErr(true) then
|
||||
alert_rest_utils.exclude_alert()
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue