mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 07:23:47 +02:00
SPICE console_type for nodes
This commit is contained in:
parent
88c2353e2e
commit
61fda93611
@ -144,7 +144,7 @@ NODE_OBJECT_SCHEMA = {
|
||||
},
|
||||
"console_type": {
|
||||
"description": "Console type",
|
||||
"enum": ["vnc", "telnet", "http", None]
|
||||
"enum": ["vnc", "telnet", "http", "spice", None]
|
||||
},
|
||||
"properties": {
|
||||
"description": "Properties specific to an emulator",
|
||||
|
Loading…
Reference in New Issue
Block a user