There was an error while loading. Please reload this page.
1 parent 45b1794 commit 573373fCopy full SHA for 573373f
1 file changed
internal/dao/swarm/service/service.go
@@ -56,7 +56,7 @@ func (s Service) GetStatusColor() (tcell.Color, tcell.Color) {
56
} else if running > desired {
57
return tcell.ColorMediumPurple, styles.ColorBlack
58
} else if desired > 0 {
59
- return styles.ColorStatusGreen, styles.ColorBlack
+ return styles.ColorIdle, styles.ColorBlack
60
}
61
62
0 commit comments