We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854be85 commit 37b7998Copy full SHA for 37b7998
1 file changed
internal/namespaces/instance/v1/custom_server_type.go
@@ -19,7 +19,7 @@ import (
19
var (
20
serverTypesAvailabilityMarshalSpecs = human.EnumMarshalSpecs{
21
instance.ServerTypesAvailabilityAvailable: &human.EnumMarshalSpec{Attribute: color.FgGreen},
22
- instance.ServerTypesAvailabilityScarce: &human.EnumMarshalSpec{Attribute: color.Faint, Value: "low stock"},
+ instance.ServerTypesAvailabilityScarce: &human.EnumMarshalSpec{Attribute: color.FgYellow, Value: "low stock"},
23
instance.ServerTypesAvailabilityShortage: &human.EnumMarshalSpec{Attribute: color.FgRed, Value: "out of stock"},
24
}
25
)
0 commit comments