Add redis and influx timeseries

This commit is contained in:
uccidibuti 2022-11-25 11:57:44 +01:00
parent 1f9b8ac469
commit 13f81e092a
4 changed files with 84 additions and 97 deletions

View file

@ -153,7 +153,7 @@ refreshInfluxStats();
print("</ul>")
elseif(page == "historical" and charts_available) then
graph_utils.drawNewGraphs(nil, interface.getId())
graph_utils.drawNewGraphs({ ifid = -1})
end
-- #######################################################

View file

@ -163,7 +163,7 @@ $("#table-redis-stats").datatable({
]]
elseif(page == "historical" and charts_available) then
graph_utils.drawNewGraphs(nil, interface.getId())
graph_utils.drawNewGraphs({ ifid = -1})
end
-- #######################################################