add status indicator, setstatus method

This commit is contained in:
Bradley Cicenas
2017-02-01 05:44:24 +00:00
parent 271a059d3a
commit 9671fffbe9
3 changed files with 40 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ func (g *Grid) redrawRows() {
func fieldHeader() *ui.Row {
return ui.NewRow(
ui.NewCol(1, 0, headerPar("STATUS")),
ui.NewCol(2, 0, headerPar("NAME")),
ui.NewCol(2, 0, headerPar("CID")),
ui.NewCol(2, 0, headerPar("CPU")),