mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Hidden graph for remote hosts and fixed sorting/filtering not working for timeseries
This commit is contained in:
parent
56d63ae507
commit
48ae45bca3
4 changed files with 31 additions and 5 deletions
|
|
@ -314,7 +314,7 @@ end
|
|||
|
||||
-- ########################################################
|
||||
|
||||
function graph_utils.drawGraphs(ifid, schema, tags, zoomLevel, baseurl, selectedEpoch, options)
|
||||
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 debug_rrd = false
|
||||
local is_system_interface = page_utils.is_system_view()
|
||||
|
|
@ -356,7 +356,7 @@ function graph_utils.drawGraphs(ifid, schema, tags, zoomLevel, baseurl, selected
|
|||
|
||||
if graph_utils.drawProGraph then
|
||||
_ifstats = interface.getStats()
|
||||
graph_utils.drawProGraph(ifid, schema, tags, zoomLevel, baseurl, options)
|
||||
graph_utils.drawProGraph(ifid, schema, tags, zoomLevel, baseurl, options, show_graph)
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue