mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Cleaned up the code from plugin_utils
This commit is contained in:
parent
f1e8091928
commit
57a85de50e
105 changed files with 620 additions and 918 deletions
|
|
@ -302,7 +302,7 @@ end
|
|||
-- #################################################
|
||||
|
||||
function graph_utils.drawGraphs(ifid, schema, tags, zoomLevel, baseurl, selectedEpoch, options, show_graph)
|
||||
local page_utils =require("page_utils") -- Do not require at the top as it could conflict with plugins_utils.getMenuEntries
|
||||
local page_utils =require("page_utils") -- Do not require at the top as it could conflict with script_manager.getMenuEntries
|
||||
local debug_rrd = false
|
||||
local is_system_interface = page_utils.is_system_view()
|
||||
options = options or {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue