mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Core90: make N2N Graphs higher to them correctly
Graphs in core 89 where not heigh enough so that they where zoomed which looked bad
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user