mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-20 13:33:06 +00:00
Update appliance.ts
This commit is contained in:
parent
1e36a721b6
commit
29e8949872
@ -13,6 +13,9 @@ export interface Qemu {
|
||||
boot_priority: string;
|
||||
console_type: string;
|
||||
hda_disk_interface: string;
|
||||
hdb_disk_interface: string;
|
||||
hdc_disk_interface: string;
|
||||
hdd_disk_interface: string;
|
||||
kvm: string;
|
||||
ram: number;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user