Starting restyling timeseries stats. To show new components uncomment line 347 in graph_utils.lua

This commit is contained in:
uccidibuti 2022-07-22 12:27:37 +02:00
parent 0b51c5b3f3
commit b730d5cdc0
9 changed files with 201 additions and 15 deletions

View file

@ -18,6 +18,7 @@ local have_nedge = ntop.isnEdge()
local ts_utils = require("ts_utils")
local iface_behavior_update_freq = 300 --Seconds
local template_utils = require "template_utils"
-- ########################################################
@ -343,6 +344,7 @@ function graph_utils.drawGraphs(ifid, schema, tags, zoomLevel, baseurl, selected
if graph_utils.drawProGraph then
_ifstats = interface.getStats()
--template_utils.render("pages/components/historical_interface.template", context)
graph_utils.drawProGraph(ifid, schema, tags, zoomLevel, baseurl, options, show_graph)
return
end