move compact field header into widgets

This commit is contained in:
Bradley Cicenas
2017-02-19 04:09:27 +00:00
parent 40085edbcc
commit 8f8474e468
3 changed files with 10 additions and 26 deletions

View File

@@ -23,6 +23,15 @@ type ContainerWidgets interface {
SetMem(int64, int64, int)
}
var CompactHeader = ui.NewRow(
ui.NewCol(1, 0, slimPar("")),
ui.NewCol(2, 0, slimPar("NAME")),
ui.NewCol(2, 0, slimPar("CID")),
ui.NewCol(2, 0, slimPar("CPU")),
ui.NewCol(2, 0, slimPar("MEM")),
ui.NewCol(2, 0, slimPar("NET RX/TX")),
)
type Compact struct {
Status *ui.Par
Cid *ui.Par