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

@@ -58,7 +58,7 @@ func (w *Expanded) Highlight() {
func (w *Expanded) UnHighlight() {
}
func (w *Expanded) SetStatus(val int) {
func (w *Expanded) SetStatus(val string) {
}
func (w *Expanded) SetCPU(val int) {