1
0
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:
Hector Sanjuan 2011-12-20 12:03:48 +01:00 committed by Ruben S. Montero
parent 5325eb2df2
commit e3ede34250

View File

@ -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>\