dom0/qvm-ls: display HVM VM type
This commit is contained in:
parent
4ea7f06a63
commit
84be00eb14
@ -42,7 +42,8 @@ fields = {
|
|||||||
|
|
||||||
"type": {"func": "'Tpl' if vm.is_template() else \
|
"type": {"func": "'Tpl' if vm.is_template() else \
|
||||||
('Proxy' if vm.is_proxyvm() else \
|
('Proxy' if vm.is_proxyvm() else \
|
||||||
(' Net' if vm.is_netvm() else ''))"},
|
(' Net' if vm.is_netvm() else \
|
||||||
|
('HVM' if vm.type == 'HVM' else '')))"},
|
||||||
|
|
||||||
"updbl" : {"func": "'Yes' if vm.updateable else ''"},
|
"updbl" : {"func": "'Yes' if vm.updateable else ''"},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user