summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/util/table.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/util/table.go b/cmd/util/table.go
index 565c0679..4fa05ae2 100644
--- a/cmd/util/table.go
+++ b/cmd/util/table.go
@@ -40,6 +40,8 @@ func renderStatus(status string) string {
return Sprintf("<cyan>ready</reset>")
case "working":
return Sprintf("<green>working</reset>")
+ case "disabled":
+ return Sprintf("<yellow>disabled</reset>")
case "stopped":
return Sprintf("<red>stopped</reset>")
case "errored":