Allow bios image in the appliance schema

Ref https://github.com/GNS3/gns3-vm/issues/88,https://github.com/GNS3/gns3-gui/issues/1700
This commit is contained in:
Julien Duponchelle 2016-12-08 15:50:35 +01:00
parent 9bc86b9753
commit 7192ed7fad
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -400,6 +400,10 @@
"type": "string", "type": "string",
"title": "OS image" "title": "OS image"
}, },
"bios_image": {
"type": "string",
"title": "Bios image"
},
"hda_disk_image": { "hda_disk_image": {
"type": "string", "type": "string",
"title": "Hda disk image" "title": "Hda disk image"