Added link from asn to historical exporter ts

This commit is contained in:
Matteo Biscosi 2025-07-21 13:04:29 +02:00
parent 76fa3aec77
commit 1ed456ffdb
5 changed files with 54 additions and 15 deletions

View file

@ -64,12 +64,13 @@ if page == "overview" or not page then
isEnterpriseL = ntop.isEnterpriseL(),
tableId = tableId,
historical = content_type and content_type == "historical"
showTimeseries = areASTimeseriesEnabled(interface.getId())
})
})
else
local source_value_object = {
asn = asn,
ifid = ifid
ifid = interface.getId()
}
graph_utils.drawNewGraphs(source_value_object)
end