mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 09:22:59 +02:00
Graphen Hintergrundfarbe bei Standarttheme auf weiss gesetzt
Config Types in der Nettraffic angepasst Erstellung der Week Month und Year Graphen nur noch bei Request git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@573 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -55,19 +55,9 @@ if ($cgiparams[1] =~ /red/) {
|
||||
foreach my $graphname (@graphs) {
|
||||
|
||||
if ($graphname eq "lq" )
|
||||
{
|
||||
&Graphs::updatelqgraph("day");
|
||||
&Graphs::updatelqgraph("week");
|
||||
&Graphs::updatelqgraph("month");
|
||||
&Graphs::updatelqgraph("year");
|
||||
}
|
||||
{ &Graphs::updatelqgraph("day"); }
|
||||
else
|
||||
{
|
||||
&Graphs::updateifgraph($graphname, "day");
|
||||
&Graphs::updateifgraph($graphname, "week");
|
||||
&Graphs::updateifgraph($graphname, "month");
|
||||
&Graphs::updateifgraph($graphname, "year");
|
||||
}
|
||||
{ &Graphs::updateifgraph($graphname, "day"); }
|
||||
|
||||
&Header::openbox('100%', 'center', "$graphname $Lang::tr{'graph'}");
|
||||
if (-e "$Header::graphdir/${graphname}-day.png") {
|
||||
|
||||
Reference in New Issue
Block a user