luci-app-statistics: fix whitespace
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 2 May 2017 07:07:30 +0000 (10:07 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 2 May 2017 07:07:30 +0000 (10:07 +0300)
* fix whitespace in config file
* place the contextswitch item corerrctly
  in the sorted options list

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
applications/luci-app-statistics/root/etc/config/luci_statistics

index 4a11ebc..c081a8e 100644 (file)
@@ -52,6 +52,9 @@ config statistics 'collectd_unixsock'
 config statistics 'collectd_conntrack'
        option enable '0'
 
 config statistics 'collectd_conntrack'
        option enable '0'
 
+config statistics 'collectd_contextswitch'
+       option enable '0'
+
 config statistics 'collectd_cpu'
        option enable '1'
 
 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_uptime'
        option enable '0'
 
-config statistics 'collectd_contextswitch'
-        option enable '0'
-