add scale-cpu switch

This commit is contained in:
Bradley Cicenas
2018-01-11 15:19:00 +00:00
parent 6d37a4e333
commit d785b263f4
4 changed files with 29 additions and 5 deletions

View File

@@ -17,6 +17,11 @@ var switches = []*Switch{
Val: true,
Label: "Enable Status Header",
},
&Switch{
Key: "scaleCpu",
Val: false,
Label: "Show CPU as %% of system total",
},
}
type Switch struct {