mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
164f94dd90
24 changed files with 379 additions and 645 deletions
|
|
@ -340,6 +340,8 @@ function drawRRD(ifid, host, rrdFile, zoomLevel, baseurl, show_timeseries,
|
|||
end
|
||||
|
||||
if ntop.isPro() then
|
||||
_ifstats = interface.getStats()
|
||||
if(_ifstats.isView == true) then topArray = nil end
|
||||
drawProGraph(ifid, host, rrdFile, zoomLevel, baseurl, show_timeseries, selectedEpoch, selected_epoch_sanitized, topArray)
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue