mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Sunstone: image buses should be downcase in the image creation dialog
(cherry picked from commit 37d3ed772d59620fd026ae375c71bfa0b4f71772)
This commit is contained in:
parent
5325eb2df2
commit
e3ede34250
@ -90,8 +90,8 @@ var create_image_tmpl =
|
||||
<div class="img_param">\
|
||||
<label for="img_bus">Bus:</label>\
|
||||
<select name="img_bus" id="img_bus">\
|
||||
<option value="IDE">IDE</option>\
|
||||
<option value="SCSI">SCSI</option>\
|
||||
<option value="ide">IDE</option>\
|
||||
<option value="scsi">SCSI</option>\
|
||||
<option value="virtio">Virtio (KVM)</option>\
|
||||
</select>\
|
||||
<div class="tip">Type of disk device to emulate.</div>\
|
||||
|
Loading…
x
Reference in New Issue
Block a user