Compare commits

..

1 Commits

Author SHA1 Message Date
746416b8ed Update and streamline README and update images 2023-12-10 23:38:51 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -315,8 +315,8 @@ def getClusterInformation(zkhandler):
for vidx, vm in enumerate(vm_list): for vidx, vm in enumerate(vm_list):
# Split the large list of return values by the IDX of this VM # Split the large list of return values by the IDX of this VM
# Each VM result is 2 field long # Each VM result is 2 field long
pos_start = vidx * 2 pos_start = nidx * 2
pos_end = vidx * 2 + 2 pos_end = nidx * 2 + 2
vm_name, vm_state = tuple(all_vm_states[pos_start:pos_end]) vm_name, vm_state = tuple(all_vm_states[pos_start:pos_end])
vm_data.append( vm_data.append(
{ {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 115 KiB