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

Fix KeyError: 'usage' exception when configuring IOU template. Fixes https://github.com/GNS3/gns3-gui/issues/2806

This commit is contained in:
grossmj 2019-05-31 08:41:44 +02:00
parent dd05884096
commit e9154f6af6

View File

@ -28,6 +28,7 @@ IOU_TEMPLATE_PROPERTIES = {
"usage": {
"description": "How to use the IOU VM",
"type": "string",
"default": ""
},
"ethernet_adapters": {
"description": "Number of ethernet adapters",