Fix validation error with auxilary console

Fix https://github.com/GNS3/gns3-gui/issues/1569
pull/729/head
Julien Duponchelle 8 years ago
parent cb0a7c6a3f
commit 780b00f095
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -140,7 +140,7 @@ VM_CREATE_SCHEMA = {
},
"aux": {
"description": "Auxiliary console TCP port",
"type": "integer",
"type": ["null", "integer"],
"minimum": 1,
"maximum": 65535
},

Loading…
Cancel
Save