]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fixed size of hwgraphs
authormaniacikarus <maniacikarus@ipfire.org>
Sat, 14 Mar 2009 09:07:04 +0000 (10:07 +0100)
committermaniacikarus <maniacikarus@ipfire.org>
Sat, 14 Mar 2009 09:07:04 +0000 (10:07 +0100)
config/rootfiles/core/28/files
html/cgi-bin/hardwaregraphs.cgi

index d7f909844b5f3c92eec7541a3040675e17b67ea4..3a8f06cde0874c78962f39a6ceed343227770545 100644 (file)
@@ -20,4 +20,4 @@ usr/lib/libcurl.so.4.1.1
 lib/modules/2.6.25.19-ipfire/misc/kqemu.ko
 usr/local/bin/setaliases
 srv/web/ipfire/cgi-bin/aliases.cgi
-var/ipfire/menu.d/30-network.menu
\ No newline at end of file
+var/ipfire/menu.d/30-network.menusrv/web/ipfire/cgi-bin/hardwaregraphs.cgi
index 781f30175bdd34b468f374773b20b9d3e6b59c98..16000de3db707083e85a4fe95543dc0f016e24d4 100644 (file)
@@ -113,7 +113,7 @@ if ( $querry[0] =~ "hwtemp"){
 
        if ( `ls $mainsettings{'RRDLOG'}/collectd/localhost/sensors-*/temperature-*` ) {
                &Header::openbox('100%', 'center', "hwtemp $Lang::tr{'graph'}");
-               &Graphs::makegraphbox("hardwaregraphs.cgi","hwtemp","day");
+               &Graphs::makegraphbox("hardwaregraphs.cgi","hwtemp","day","375");
                Header::closebox();
        }
 
@@ -125,7 +125,7 @@ if ( $querry[0] =~ "hwtemp"){
 
        if ( `ls $mainsettings{'RRDLOG'}/collectd/localhost/sensors-*/voltage-*` ) {
                &Header::openbox('100%', 'center', "hwvolt $Lang::tr{'graph'}");
-               &Graphs::makegraphbox("hardwaregraphs.cgi","hwvolt","day","375");
+               &Graphs::makegraphbox("hardwaregraphs.cgi","hwvolt","day","435");
                &Header::closebox();
        }