Actually fix VM sorting
Due to the executor the previous attempt did not work.
This commit is contained in:
parent
2a21d48128
commit
881550b610
|
@ -1292,4 +1292,4 @@ def get_list(zkhandler, node, state, tag, limit, is_fuzzy=True, negate=False):
|
|||
except Exception:
|
||||
pass
|
||||
|
||||
return True, vm_data_list
|
||||
return True, sorted(vm_data_list, key=lambda d: d["name"])
|
||||
|
|
Loading…
Reference in New Issue