mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-11 15:32:39 +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": {
|
"aux": {
|
||||||
"description": "Auxiliary console TCP port",
|
"description": "Auxiliary console TCP port",
|
||||||
"type": "integer",
|
"type": ["null", "integer"],
|
||||||
"minimum": 1,
|
"minimum": 1,
|
||||||
"maximum": 65535
|
"maximum": 65535
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user