ProxyVM type in qvm-ls
This commit is contained in:
parent
53b8e5aacf
commit
2a72b293c4
@ -39,7 +39,7 @@ fields = {
|
|||||||
+ ('}' if vm.is_netvm() else '')"},
|
+ ('}' if vm.is_netvm() else '')"},
|
||||||
|
|
||||||
"type": {"func": "'Tpl' if vm.is_template() 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 ''))"},
|
(' Net' if vm.is_netvm() else ''))"},
|
||||||
|
|
||||||
"updbl" : {"func": "'Yes' if vm.is_updateable() else ''"},
|
"updbl" : {"func": "'Yes' if vm.is_updateable() else ''"},
|
||||||
|
Loading…
Reference in New Issue
Block a user