From 5c7fccfe8b5aa792f4adafa0c1281c69a8453fbc Mon Sep 17 00:00:00 2001 From: David Severwright Date: Thu, 11 Dec 2014 15:12:46 +0000 Subject: Adding option to show time since last update on dashboard. Closes #110 --- conf/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index 157012a..ec55d30 100644 --- a/conf/config.php +++ b/conf/config.php @@ -32,6 +32,7 @@ $CONFIG['time_range']['uptime'] = 31536000; # show load averages and used memory on overview page $CONFIG['showload'] = true; $CONFIG['showmem'] = false; +$CONFIG['showtime'] = false; $CONFIG['term'] = array( '2hour' => 3600 * 2, -- cgit v1.1