Restyle timeseries: restyle consts.lua; add new network_details page; restyle page-stats props

This commit is contained in:
uccidibuti 2022-11-07 16:23:40 +01:00
parent 1d2bd8de20
commit 9c004f1ab7
11 changed files with 142 additions and 83 deletions

View file

@ -395,7 +395,7 @@ elseif(page == "snmp" and has_snmp_location) then
snmp_location.print_host_snmp_localization_table_entry(mac)
print[[</table>]]
elseif(page == "historical") then
graph_utils.drawNewGraphs()
graph_utils.drawNewGraphs(nil, interface.getId())
-- local schema = _GET["ts_schema"] or "mac:traffic"
-- local selected_epoch = _GET["epoch"] or ""
-- tprint(hostinfo2hostkey(host_info))