Fix Qemu binary not set when adding appliance from template

This commit is contained in:
grossmj
2023-02-04 12:18:52 +08:00
parent e5ecdd270d
commit 0f49911432
2 changed files with 2 additions and 2 deletions

View File

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