aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorPim van den Berg2011-03-09 22:24:35 +0100
committerPim van den Berg2011-03-09 22:24:35 +0100
commit30cc7faaa4a3efa550f85cb28011170e386b0f18 (patch)
treee69ace41e504f419e671ee3159b3440beb3a3a6a /plugin
parentadd version information to footer (diff)
downloadapt-panopticon_cgp-30cc7faaa4a3efa550f85cb28011170e386b0f18.zip
apt-panopticon_cgp-30cc7faaa4a3efa550f85cb28011170e386b0f18.tar.gz
apt-panopticon_cgp-30cc7faaa4a3efa550f85cb28011170e386b0f18.tar.bz2
apt-panopticon_cgp-30cc7faaa4a3efa550f85cb28011170e386b0f18.tar.xz
plugin/filecount: change color of files graph
Diffstat (limited to 'plugin')
-rw-r--r--plugin/filecount.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/filecount.php b/plugin/filecount.php
index fa11a91..2c318a9 100644
--- a/plugin/filecount.php
+++ b/plugin/filecount.php
@@ -27,7 +27,7 @@ switch($obj->args['type']) {
27 break; 27 break;
28 case 'files': 28 case 'files':
29 $obj->ds_names = array('value' => 'Files'); 29 $obj->ds_names = array('value' => 'Files');
30 $obj->colors = array('value' => '0000ff'); 30 $obj->colors = array('value' => 'f0a000');
31 $obj->rrd_title = sprintf('Filecount: number of files (%s)', $obj->args['pinstance']); 31 $obj->rrd_title = sprintf('Filecount: number of files (%s)', $obj->args['pinstance']);
32 $obj->rrd_vertical = 'Files'; 32 $obj->rrd_vertical = 'Files';
33 break; 33 break;