mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added return
This commit is contained in:
parent
f9c317387d
commit
a029170420
1 changed files with 1 additions and 0 deletions
|
|
@ -342,6 +342,7 @@ function graph_utils.drawGraphs(ifid, schema, tags, zoomLevel, baseurl, selected
|
|||
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
|
||||
|
||||
graph_utils.drawProGraph(ifid, schema, tags, zoomLevel, baseurl, options, show_graph)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue