]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Core90: make N2N Graphs higher to them correctly
authorAlexander Marx <alexander.marx@ipfire.org>
Sun, 3 May 2015 03:12:13 +0000 (05:12 +0200)
committerAlexander Marx <alexander.marx@ipfire.org>
Sun, 3 May 2015 03:12:13 +0000 (05:12 +0200)
Graphs in core 89 where not heigh enough so that they where zoomed which
looked bad

html/cgi-bin/netovpnsrv.cgi

index ddf41771a5b5226b3eb254b2cb3e136996c9512e..15a95b6b9f7e063627484836482b5e19fd3a0d73 100755 (executable)
@@ -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{