mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes intranet matrix not working anymore
This commit is contained in:
parent
2ffac0b5ef
commit
41d4e740bb
2 changed files with 27 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ local asn = _GET["asn"]
|
|||
local pool = _GET["pool"]
|
||||
local vlan = _GET["vlan"]
|
||||
local mac = _GET["mac"]
|
||||
local subnet = _GET["subnet"]
|
||||
|
||||
local res = {}
|
||||
|
||||
|
|
@ -34,6 +35,7 @@ local tags = {
|
|||
pool = pool,
|
||||
vlan = vlan,
|
||||
mac = mac,
|
||||
subnet = subnet,
|
||||
}
|
||||
|
||||
res = table.merge(res, timeseries_info.retrieve_specific_timeseries(tags, query))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue