mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Added link from asn to historical exporter ts
This commit is contained in:
parent
76fa3aec77
commit
1ed456ffdb
5 changed files with 54 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue