summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-05-02 10:07:30 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2017-05-02 10:12:40 +0300
commit63d61d726cd3487820f2c7ba70a2470a3c196456 (patch)
tree38d9b484196c06577e0e7162c8b81fa06151f602 /applications
parent9686fd1cc40e49799443cbd3eea832ae2a0cc07c (diff)
luci-app-statistics: fix whitespace
* fix whitespace in config file * place the contextswitch item corerrctly in the sorted options list Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit 2bc2f935a0428b8d31a6ff2b967157b5ca02e06b)
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-statistics/root/etc/config/luci_statistics6
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics
index 4a11ebc3e..c081a8e72 100644
--- a/applications/luci-app-statistics/root/etc/config/luci_statistics
+++ b/applications/luci-app-statistics/root/etc/config/luci_statistics
@@ -52,6 +52,9 @@ config statistics 'collectd_unixsock'
config statistics 'collectd_conntrack'
option enable '0'
+config statistics 'collectd_contextswitch'
+ option enable '0'
+
config statistics 'collectd_cpu'
option enable '1'
@@ -162,6 +165,3 @@ config statistics 'collectd_thermal'
config statistics 'collectd_uptime'
option enable '0'
-config statistics 'collectd_contextswitch'
- option enable '0'
-