mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Starting restyling timeseries stats. To show new components uncomment line 347 in graph_utils.lua
This commit is contained in:
parent
0b51c5b3f3
commit
b730d5cdc0
9 changed files with 201 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue