diff --git a/dom0/qvm-tools/qvm-ls b/dom0/qvm-tools/qvm-ls index 7516af1e..14d3e95f 100755 --- a/dom0/qvm-tools/qvm-ls +++ b/dom0/qvm-tools/qvm-ls @@ -39,7 +39,7 @@ fields = { + ('}' if vm.is_netvm() else '')"}, "type": {"func": "'Tpl' if vm.is_template() else \ - (' Prox' if vm.is_proxyvm() else \ + ('Proxy' if vm.is_proxyvm() else \ (' Net' if vm.is_netvm() else ''))"}, "updbl" : {"func": "'Yes' if vm.is_updateable() else ''"},