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