mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes non working check (#7289)
This commit is contained in:
parent
b170e44920
commit
5d5300d6b1
3 changed files with 14 additions and 4 deletions
|
|
@ -31,6 +31,7 @@ sendHTTPContentTypeHeader('text/html')
|
|||
local check_subdir = _GET["subdir"]
|
||||
local script_filter = _GET["check"]
|
||||
local search_filter = _GET["search_script"]
|
||||
local ifid = _GET["ifid"]
|
||||
|
||||
local configset = checks.getConfigset()
|
||||
|
||||
|
|
@ -140,7 +141,8 @@ local context = {
|
|||
},
|
||||
check_categories = checks.check_categories,
|
||||
info = ntop.getInfo(),
|
||||
json = json
|
||||
json = json,
|
||||
ifid = ifid or interface.getId()
|
||||
}
|
||||
|
||||
-- print config_list.html template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue