diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-08 01:49:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-08 01:49:58 +0000 |
commit | 7ab8b51bd1a1d91e5ee18a0bf2db2a6cda031944 (patch) | |
tree | de84940b17a8ffe5b53d6db1577acf37d1ddc226 /applications/luci-statistics | |
parent | 2269eb3ef07f2113095967757fbb8443cb51bdec (diff) |
applications/luci-statistics: increase default graph width to 600px
Diffstat (limited to 'applications/luci-statistics')
-rw-r--r-- | applications/luci-statistics/root/etc/config/luci_statistics | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/root/etc/config/luci_statistics b/applications/luci-statistics/root/etc/config/luci_statistics index f418f1926..fe3a1cba9 100644 --- a/applications/luci-statistics/root/etc/config/luci_statistics +++ b/applications/luci-statistics/root/etc/config/luci_statistics @@ -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' |