add container state checks, set status icon based on state string

This commit is contained in:
Bradley Cicenas
2017-02-02 07:09:43 +00:00
parent 9671fffbe9
commit 987da85db3
7 changed files with 53 additions and 26 deletions

View File

@@ -135,7 +135,7 @@ func Display(g *Grid) bool {
// calculate layout
ui.Body.Align()
g.redrawCursor()
ui.Render(ui.Body)
g.redrawRows()
ui.Handle("/sys/kbd/<up>", func(ui.Event) {
g.cursorUp()