mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 15:33:49 +02:00
Allow to change the number of adapters for Docker (server side)
This commit is contained in:
parent
cb197627b4
commit
b93c85c390
@ -279,6 +279,7 @@ class DockerHandler:
|
||||
vm.console = request.json.get("console", vm.console)
|
||||
vm.start_command = request.json.get("start_command", vm.start_command)
|
||||
vm.environment = request.json.get("environment", vm.environment)
|
||||
vm.adapters = request.json.get("adapters", vm.adapters)
|
||||
yield from vm.update()
|
||||
response.json(vm)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user