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

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'