1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Sunstone: specifying the target attribute in a VM template image is no longer mandatory

(cherry picked from commit 898dfd3ba5288222edc3a0f35bb0ea1fe9a8bafb)
This commit is contained in:
Hector Sanjuan 2012-05-21 16:07:11 +02:00 committed by Ruben S. Montero
parent cf84e1439a
commit 6323f30d14

View File

@ -208,7 +208,7 @@ var create_template_tmpl = '<div id="template_create_tabs">\
</select>\
<div class="tip">'+tr("Type of disk device to emulate: ide, scsi")+'</div>\
</div>\
<div class="vm_param kvm xen vmware">\
<div class="vm_param kvm_opt xen_opt vmware_opt">\
<label for="TARGET">'+tr("Target")+':</label>\
<input type="text" id="TARGET" name="target" />\
<div class="tip">'+tr("Device to map image disk. If set, it will overwrite the default device mapping")+'</div>\