Fixes intranet matrix not working anymore

This commit is contained in:
MatteoBiscosi 2023-01-05 10:54:24 +01:00
parent 2ffac0b5ef
commit 41d4e740bb
2 changed files with 27 additions and 0 deletions

View file

@ -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))