From: Alexander Marx Date: Sun, 3 May 2015 03:12:13 +0000 (+0200) Subject: Core90: make N2N Graphs higher to them correctly X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fcore90;p=people%2Famarx%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 ddf41771a..15a95b6b9 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{