Add VM management commands
TODO: Add proper new formatters as required
This commit is contained in:
parent
c7b7ad0cf7
commit
3e7953531c
File diff suppressed because it is too large
Load Diff
|
@ -443,6 +443,9 @@ def format_info(node_information, long_output):
|
||||||
|
|
||||||
|
|
||||||
def format_list(node_list):
|
def format_list(node_list):
|
||||||
|
if node_list == "Node not found.":
|
||||||
|
return node_list
|
||||||
|
|
||||||
node_list_output = []
|
node_list_output = []
|
||||||
|
|
||||||
# Determine optimal column widths
|
# Determine optimal column widths
|
||||||
|
|
Loading…
Reference in New Issue