summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph_cpu.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-24 20:50:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-24 20:50:55 +0000
commit216cdefa696735cc164818493bad88aeae291ceb (patch)
tree57ada6a5171d0af67c4759bf9f57a2f390ce6372 /usr/local/www/graph_cpu.php
parent7c5833d76b3912719ed4d6da35c52c14b3f8fc72 (diff)
downloadpfsense-216cdefa696735cc164818493bad88aeae291ceb.zip
pfsense-216cdefa696735cc164818493bad88aeae291ceb.tar.gz
Update colors to match pfSense
Diffstat (limited to 'usr/local/www/graph_cpu.php')
-rw-r--r--usr/local/www/graph_cpu.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/graph_cpu.php b/usr/local/www/graph_cpu.php
index 7529192..3f37355 100644
--- a/usr/local/www/graph_cpu.php
+++ b/usr/local/www/graph_cpu.php
@@ -38,8 +38,8 @@ $fetch_link = "stats.php?stats=cpu";
//SVG attributes
$attribs['axis']='fill="black" stroke="black"';
-$attribs['cpu']='fill="#435370" font-family="Tahoma, Verdana, Arial, Helvetica, sans-serif" font-size="7"';
-$attribs['graph_cpu']='fill="none" stroke="#435370" stroke-opacity="0.8"';
+$attribs['cpu']='fill="#FF0000" font-family="Tahoma, Verdana, Arial, Helvetica, sans-serif" font-size="7"';
+$attribs['graph_cpu']='fill="none" stroke="#FF0000" stroke-opacity="0.8"';
$attribs['legend']='fill="black" font-family="Tahoma, Verdana, Arial, Helvetica, sans-serif" font-size="4"';
$attribs['grid_txt']='fill="gray" font-family="Tahoma, Verdana, Arial, Helvetica, sans-serif" font-size="6"';
$attribs['grid']='stroke="gray" stroke-opacity="0.5"';
OpenPOWER on IntegriCloud