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>
This commit is contained in:
Hannu Nyman 2017-05-02 10:07:30 +03:00
parent 1bbbe8a508
commit 2bc2f935a0

View file

@ -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'