mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Change order of the graphs on the system CGI.
This commit is contained in:
@@ -56,16 +56,16 @@ if ( $querry[0] =~ "cpufreq"){
|
|||||||
&Header::openpage($Lang::tr{'status information'}, 1, '');
|
&Header::openpage($Lang::tr{'status information'}, 1, '');
|
||||||
&Header::openbigbox('100%', 'left');
|
&Header::openbigbox('100%', 'left');
|
||||||
|
|
||||||
|
&Header::openbox('100%', 'center', "CPU $Lang::tr{'graph'}");
|
||||||
|
&Graphs::makegraphbox("system.cgi","cpu","day","325");
|
||||||
|
&Header::closebox();
|
||||||
|
|
||||||
if ( -e "$mainsettings{'RRDLOG'}/collectd/localhost/cpufreq/cpufreq-0.rrd"){
|
if ( -e "$mainsettings{'RRDLOG'}/collectd/localhost/cpufreq/cpufreq-0.rrd"){
|
||||||
&Header::openbox('100%', 'center', "CPU $Lang::tr{'graph'}");
|
&Header::openbox('100%', 'center', "CPU $Lang::tr{'graph'}");
|
||||||
&Graphs::makegraphbox("system.cgi","cpufreq","day","325");
|
&Graphs::makegraphbox("system.cgi","cpufreq","day","325");
|
||||||
&Header::closebox();
|
&Header::closebox();
|
||||||
}
|
}
|
||||||
|
|
||||||
&Header::openbox('100%', 'center', "CPU $Lang::tr{'graph'}");
|
|
||||||
&Graphs::makegraphbox("system.cgi","cpu","day","325");
|
|
||||||
&Header::closebox();
|
|
||||||
|
|
||||||
&Header::openbox('100%', 'center', "Load $Lang::tr{'graph'}");
|
&Header::openbox('100%', 'center', "Load $Lang::tr{'graph'}");
|
||||||
&Graphs::makegraphbox("system.cgi","load","day");
|
&Graphs::makegraphbox("system.cgi","load","day");
|
||||||
&Header::closebox();
|
&Header::closebox();
|
||||||
|
|||||||
Reference in New Issue
Block a user