mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-21 08:29:43 +00:00
When you change settings of the GNS3 VM the VM is reloaded and project using it closed
Fix #644
This commit is contained in:
@ -75,6 +75,6 @@ class GNS3VMHandler:
|
||||
def update(request, response):
|
||||
|
||||
gns3_vm = Controller().instance().gns3vm
|
||||
gns3_vm.settings = request.json
|
||||
yield from gns3_vm.update_settings(request.json)
|
||||
response.json(gns3_vm)
|
||||
response.set_status(201)
|
||||
|
Reference in New Issue
Block a user