mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-15 22:08:17 +00:00
This commit is contained in:
@ -124,7 +124,7 @@ class QEMUHandler:
|
||||
vm.console = request.json.pop("console", vm.console)
|
||||
for name, value in request.json.items():
|
||||
if hasattr(vm, name) and getattr(vm, name) != value:
|
||||
await vm.update(name, value)
|
||||
await vm.update_property(name, value)
|
||||
vm.updated()
|
||||
response.json(vm)
|
||||
|
||||
|
Reference in New Issue
Block a user