Skip to content

Commit 37b7998

Browse files
author
Quentin Brosse
committed
fix
1 parent 854be85 commit 37b7998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/namespaces/instance/v1/custom_server_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
var (
2020
serverTypesAvailabilityMarshalSpecs = human.EnumMarshalSpecs{
2121
instance.ServerTypesAvailabilityAvailable: &human.EnumMarshalSpec{Attribute: color.FgGreen},
22-
instance.ServerTypesAvailabilityScarce: &human.EnumMarshalSpec{Attribute: color.Faint, Value: "low stock"},
22+
instance.ServerTypesAvailabilityScarce: &human.EnumMarshalSpec{Attribute: color.FgYellow, Value: "low stock"},
2323
instance.ServerTypesAvailabilityShortage: &human.EnumMarshalSpec{Attribute: color.FgRed, Value: "out of stock"},
2424
}
2525
)

0 commit comments

Comments
 (0)