applications/luci-statistics: increase default graph width to 600px
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 8 Mar 2010 01:49:58 +0000 (01:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 8 Mar 2010 01:49:58 +0000 (01:49 +0000)
applications/luci-statistics/root/etc/config/luci_statistics

index f418f19..fe3a1cb 100644 (file)
@@ -1,6 +1,6 @@
 config 'statistics' 'rrdtool'
         option 'default_timespan' '1hour'
-        option 'image_width' '400'
+        option 'image_width' '600'
         option 'image_path' '/tmp/rrdimg'
 
 config 'statistics' 'collectd'