mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 15:33:49 +02:00
Add missing https console keyword in JSON schema. Fixes #1179.
This commit is contained in:
parent
60bc386d6b
commit
fcd2c7b6d4
@ -144,7 +144,7 @@ NODE_OBJECT_SCHEMA = {
|
|||||||
},
|
},
|
||||||
"console_type": {
|
"console_type": {
|
||||||
"description": "Console type",
|
"description": "Console type",
|
||||||
"enum": ["vnc", "telnet", "http", "spice", None]
|
"enum": ["vnc", "telnet", "http", "https", "spice", None]
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"description": "Properties specific to an emulator",
|
"description": "Properties specific to an emulator",
|
||||||
|
Loading…
Reference in New Issue
Block a user