From 2a72ad5e0b228138b5b935673e3e56cc23fe6d19 Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 12 Jan 2024 16:39:06 +1100 Subject: [PATCH] Add missing console_type values in appliance_v8.json. Ref https://github.com/GNS3/gns3-registry/issues/849 --- gns3/schemas/appliance_v8.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gns3/schemas/appliance_v8.json b/gns3/schemas/appliance_v8.json index 55c245b57..043ef26ec 100644 --- a/gns3/schemas/appliance_v8.json +++ b/gns3/schemas/appliance_v8.json @@ -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" },