Rename graph_zoom parameter still in use

This commit is contained in:
emanuele-f 2017-02-20 15:08:18 +01:00
parent a8d1f9e4e7
commit ff1568a4ef
4 changed files with 4 additions and 4 deletions

View file

@ -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