Compare commits

..

1 Commits

Author SHA1 Message Date
f712b4cbb3 Bump version to 0.9.64 2023-08-18 12:20:43 -04:00

View File

@@ -159,8 +159,6 @@ def cli_cluster_status_format_pretty(CLI_CONFIG, data):
vms_strings = list()
for state in vm_states:
if data.get("vms", {}).get(state) is None:
continue
if state in ["start"]:
state_colour = ansii["green"]
elif state in ["migrate", "disable"]: