Implement host modular alerts config gui

This commit is contained in:
emanuele-f 2019-07-11 13:02:34 +02:00
parent 1d9a8951db
commit 98f95fc306
10 changed files with 50 additions and 118 deletions

View file

@ -437,7 +437,7 @@ function alerts.load_check_modules(subdir)
local check_module = require(modname)
if(check_module.check_function ~= nil) then
available_modules[fname] = check_module
available_modules[modname] = check_module
end
end
end