mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-23 09:15:34 +00:00
Fix Qemu binary not set when adding appliance from template
This commit is contained in:
@ -35,7 +35,7 @@ QEMU_TEMPLATE_PROPERTIES = {
|
||||
"platform": {
|
||||
"description": "Platform to emulate",
|
||||
"enum": QEMU_PLATFORMS,
|
||||
"default": "i386"
|
||||
"default": ""
|
||||
},
|
||||
"linked_clone": {
|
||||
"description": "Whether the VM is a linked clone or not",
|
||||
|
Reference in New Issue
Block a user