mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implements 'All' checks tab to have all checks in a single place
Addresses #5610
This commit is contained in:
parent
7fbef1798f
commit
4e750c8cde
6 changed files with 87 additions and 91 deletions
|
|
@ -28,7 +28,7 @@ if(action == nil) then
|
|||
end
|
||||
|
||||
local subdirs = {}
|
||||
if(subdir == nil) then
|
||||
if(subdir == nil or subdir == "all") then
|
||||
local all_subdirs = checks.listSubdirs()
|
||||
for _, subdir in ipairs(all_subdirs) do
|
||||
subdirs[#subdirs+1] = subdir.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue