mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Add missing console type values in appliance_v7.json and appliance_v8.json
This commit is contained in:
parent
ea16765b48
commit
b1a13611f8
@ -133,7 +133,7 @@
|
||||
"title": "One KEY=VAR environment by line"
|
||||
},
|
||||
"console_type": {
|
||||
"enum": ["telnet", "vnc", "http", "https"],
|
||||
"enum": ["telnet", "vnc", "http", "https", "none"],
|
||||
"title": "Type of console connection for the administration of the appliance"
|
||||
},
|
||||
"console_http_port": {
|
||||
@ -344,7 +344,7 @@
|
||||
"title": "Architecture emulated"
|
||||
},
|
||||
"console_type": {
|
||||
"enum": ["telnet", "vnc", "spice"],
|
||||
"enum": ["telnet", "vnc", "spice", "spice+agent", "none"],
|
||||
"title": "Type of console connection for the administration of the appliance"
|
||||
},
|
||||
"boot_priority": {
|
||||
|
@ -57,7 +57,8 @@
|
||||
"telnet",
|
||||
"vnc",
|
||||
"http",
|
||||
"https"
|
||||
"https",
|
||||
"none"
|
||||
],
|
||||
"title": "Type of console"
|
||||
},
|
||||
@ -502,7 +503,8 @@
|
||||
"telnet",
|
||||
"vnc",
|
||||
"spice",
|
||||
"spice+agent"
|
||||
"spice+agent",
|
||||
"none"
|
||||
],
|
||||
"title": "Type of console connection for the administration of the appliance"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user