mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added "key" parameter to GET function #4409
This commit is contained in:
parent
4a9a9feff1
commit
17bb5555d1
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ for _, l4_key in pairs(l4_keys) do
|
|||
-- 2.3 number 1
|
||||
res[#res + 1] = {
|
||||
name = l4_key[1],
|
||||
other = l4_key[2],
|
||||
id = l4_key[3],
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue