mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-12 09:00:57 +00:00
Fix "None is not of type 'integer'" when opening project containing a Qemu VM. Fixes #2610.
This commit is contained in:
parent
e7b8309a80
commit
df3baffd9b
@ -537,7 +537,7 @@ QEMU_OBJECT_SCHEMA = {
|
|||||||
"description": "Console TCP port",
|
"description": "Console TCP port",
|
||||||
"minimum": 1,
|
"minimum": 1,
|
||||||
"maximum": 65535,
|
"maximum": 65535,
|
||||||
"type": "integer"
|
"type": ["integer", "null"]
|
||||||
},
|
},
|
||||||
"console_type": {
|
"console_type": {
|
||||||
"description": "Console type",
|
"description": "Console type",
|
||||||
|
Loading…
Reference in New Issue
Block a user