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

Fixes bug 524: Memory should me mandatory in wizards

Changed memory attribute type into mandatory for KVM and XEN.
This commit is contained in:
Hector Sanjuan 2011-04-01 00:16:34 +02:00 committed by Jaime Melis
parent 2d2bc3ad14
commit 67d8ecf207

View File

@ -72,7 +72,7 @@ var create_vm_tmpl =
<input type="text" id="NAME" name="name"/>\
<div class="tip"> Name that the VM will get for description purposes. If NAME is not supplied a name generated by one will be in the form of one-&lt;VID&gt;.</div>\
</div>\
<div class="vm_param kvm_opt xen_opt">\
<div class="vm_param kvm xen">\
<label for="MEMORY">Memory:</label>\
<input type="text" id="MEMORY" name="memory" size="4" />\
<div class="tip">Amount of RAM required for the VM, in Megabytes.</div>\