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:
parent
2d2bc3ad14
commit
67d8ecf207
@ -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-<VID>.</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>\
|
||||
|
Loading…
x
Reference in New Issue
Block a user