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

pull/1597/head
grossmj 5 years ago
parent dd05884096
commit e9154f6af6

@ -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",

Loading…
Cancel
Save