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:
parent
1bbbe8a508
commit
2bc2f935a0
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue