1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Fix HTTP console not working for docker containers

Fix #1568
This commit is contained in:
Julien Duponchelle 2016-10-17 14:29:29 +02:00
parent b9b0feed62
commit f737989e44
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -133,7 +133,7 @@ NODE_OBJECT_SCHEMA = {
},
"console_type": {
"description": "Console type",
"enum": ["serial", "vnc", "telnet", None]
"enum": ["serial", "vnc", "telnet", "http", None]
},
"properties": {
"description": "Properties specific to an emulator",