From: Alexander Marx Date: Sun, 3 May 2015 03:12:13 +0000 (+0200) Subject: Core90: make N2N Graphs higher to them correctly X-Git-Tag: v2.17-core91~81^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=382ffe320c05b4dc99a77f4e5002265d0e0c70c6;p=people%2Fpmueller%2Fipfire-2.x.git Core90: make N2N Graphs higher to them correctly Graphs in core 89 where not heigh enough so that they where zoomed which looked bad --- diff --git a/html/cgi-bin/netovpnsrv.cgi b/html/cgi-bin/netovpnsrv.cgi index ddf41771a5..15a95b6b9f 100755 --- a/html/cgi-bin/netovpnsrv.cgi +++ b/html/cgi-bin/netovpnsrv.cgi @@ -59,7 +59,7 @@ if ( $querry[0] ne ""){ if (@vpns){ foreach (@vpns) { &Header::openbox('100%', 'center', "$_ $Lang::tr{'graph'}"); - &Graphs::makegraphbox("netovpnsrv.cgi",$_, "day"); + &Graphs::makegraphbox("netovpnsrv.cgi",$_, "day",320); &Header::closebox(); } }else{