mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Rename graph_zoom parameter still in use
This commit is contained in:
parent
a8d1f9e4e7
commit
ff1568a4ef
4 changed files with 4 additions and 4 deletions
|
|
@ -106,7 +106,7 @@ if page == "historical" then
|
|||
end
|
||||
|
||||
host_url = ntop.getHttpPrefix()..'/lua/network_details.lua?ifid='..ifId..'&network='..network..'&page=historical'
|
||||
drawRRD(ifId, 'net:'..network_name, rrdfile, _GET["graph_zoom"], host_url, 1, _GET["epoch"], nil, makeTopStatsScriptsArray())
|
||||
drawRRD(ifId, 'net:'..network_name, rrdfile, _GET["zoom"], host_url, 1, _GET["epoch"], nil, makeTopStatsScriptsArray())
|
||||
|
||||
--~ elseif (page == "config") then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue