add client to containermap, add views package, help view

This commit is contained in:
Bradley Cicenas
2017-01-01 22:42:13 +00:00
parent adaa07fd4d
commit 6e87539b9d
7 changed files with 103 additions and 43 deletions

View File

@@ -18,7 +18,7 @@ type Widgets struct {
func (w *Widgets) MakeRow() *ui.Row {
return ui.NewRow(
ui.NewCol(2, 0, w.name),
ui.NewCol(1, 0, w.cid),
ui.NewCol(2, 0, w.cid),
ui.NewCol(2, 0, w.cpu),
ui.NewCol(2, 0, w.memory),
ui.NewCol(2, 0, w.net),