mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Fixed XEN raw type attribute in the VM creation wizards
(cherry picked from commit 52ec0fd99a191a2728f38889823bca9229b91e91)
This commit is contained in:
parent
901682e1a1
commit
ab03eeabb4
@ -1286,7 +1286,7 @@ function createVMachineDialog(){
|
||||
|
||||
$('div#disks select#BUS option#virtio').remove();
|
||||
|
||||
$('input#TYPE', section_raw).val("kvm");
|
||||
$('input#TYPE', section_raw).val("xen");
|
||||
$(section_inputs).hide(); //not present for xen
|
||||
update_dynamic_css();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user