mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Removed recipient selection from pools. Only severity and category are used as filters now. New filtering based on pool to be done.
This commit is contained in:
parent
f5178d4329
commit
29c0ba4594
28 changed files with 110 additions and 707 deletions
|
|
@ -159,8 +159,9 @@ end
|
|||
|
||||
function pairsByKeys(t, f)
|
||||
local a = {}
|
||||
|
||||
-- io.write(debug.traceback().."\n")
|
||||
if t == nil then
|
||||
io.write(debug.traceback().."\n")
|
||||
end
|
||||
for n in pairs(t) do table.insert(a, n) end
|
||||
table.sort(a, f)
|
||||
local i = 0 -- iterator variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue