aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authorPim van den Berg2014-04-14 23:59:11 +0200
committerPim van den Berg2014-04-15 00:01:45 +0200
commit3099174fb5191b396ed00e246ec149686a8e0447 (patch)
tree2ed0ee8fae798d45edc357b1b4d368a57cda3e10 /conf
parentoverview: show used memory percentage (diff)
downloadapt-panopticon_cgp-3099174fb5191b396ed00e246ec149686a8e0447.zip
apt-panopticon_cgp-3099174fb5191b396ed00e246ec149686a8e0447.tar.gz
apt-panopticon_cgp-3099174fb5191b396ed00e246ec149686a8e0447.tar.bz2
apt-panopticon_cgp-3099174fb5191b396ed00e246ec149686a8e0447.tar.xz
overview: disable showmem by default, add percent sign
And change all spaces to tabs.
Diffstat (limited to 'conf')
-rw-r--r--conf/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php
index 246d378..86b0870 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -28,7 +28,7 @@ $CONFIG['time_range']['uptime'] = 31536000;
28 28
29# show load averages and used memory on overview page 29# show load averages and used memory on overview page
30$CONFIG['showload'] = true; 30$CONFIG['showload'] = true;
31$CONFIG['showmem'] = true; 31$CONFIG['showmem'] = false;
32 32
33$CONFIG['term'] = array( 33$CONFIG['term'] = array(
34 '2hour' => 3600 * 2, 34 '2hour' => 3600 * 2,