add ContainerSource interface, fix secondary sort method

This commit is contained in:
Bradley Cicenas
2017-02-26 21:12:28 +00:00
parent 4709624b17
commit 05b50af87b
5 changed files with 43 additions and 28 deletions

View File

@@ -287,5 +287,6 @@ func slimGauge() *ui.Gauge {
g.PaddingBottom = 0
g.BarColor = ui.ColorGreen
g.Label = "-"
g.Bg = ui.ColorBlack
return g
}