mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Fix validation error with auxilary console
Fix https://github.com/GNS3/gns3-gui/issues/1569
This commit is contained in:
parent
cb0a7c6a3f
commit
780b00f095
@ -140,7 +140,7 @@ VM_CREATE_SCHEMA = {
|
||||
},
|
||||
"aux": {
|
||||
"description": "Auxiliary console TCP port",
|
||||
"type": "integer",
|
||||
"type": ["null", "integer"],
|
||||
"minimum": 1,
|
||||
"maximum": 65535
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user