Fix formatters colour bug for mirror state
This commit is contained in:
parent
89bfbe1fd8
commit
60967b5606
@ -221,7 +221,7 @@ def cli_cluster_status_format_pretty(CLI_CONFIG, data):
|
|||||||
continue
|
continue
|
||||||
if state in ["start"]:
|
if state in ["start"]:
|
||||||
state_colour = ansii["green"]
|
state_colour = ansii["green"]
|
||||||
elif state in ["migrate", "disable", "provision", "mirror"]:
|
elif state in ["migrate", "disable", "provision"]:
|
||||||
state_colour = ansii["blue"]
|
state_colour = ansii["blue"]
|
||||||
elif state in ["mirror"]:
|
elif state in ["mirror"]:
|
||||||
state_colour = ansii["purple"]
|
state_colour = ansii["purple"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user