mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Removed new graph
This commit is contained in:
parent
56b4349f58
commit
3b14b25ded
1 changed files with 2 additions and 2 deletions
|
|
@ -339,11 +339,11 @@ function graph_utils.drawGraphs(ifid, schema, tags, zoomLevel, baseurl, selected
|
|||
if(zoomLevel == nil) then zoomLevel = min_zoom end
|
||||
|
||||
if graph_utils.drawProGraph then
|
||||
if render_new_chart and render_new_chart == true then
|
||||
--[[if render_new_chart and render_new_chart == true then
|
||||
local template_utils = require "template_utils"
|
||||
template_utils.render("pages/components/historical_interface.template", {})
|
||||
return
|
||||
end
|
||||
end]]
|
||||
|
||||
graph_utils.drawProGraph(ifid, schema, tags, zoomLevel, baseurl, options, show_graph)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue