mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Sunstone: CPU is now a mandatory parameter in VM templates
(cherry picked from commit f0c22ca207816c6f0603ecc52c9c0cc8ce70c176)
This commit is contained in:
parent
a55dcd52e8
commit
3a1e82bd64
@ -85,7 +85,7 @@ var create_template_tmpl = '<div id="template_create_tabs">\
|
||||
<input type="text" id="MEMORY" name="memory" size="4" />\
|
||||
<div class="tip">'+tr("Amount of RAM required for the VM, in Megabytes.")+'</div>\
|
||||
</div>\
|
||||
<div class="vm_param kvm_opt xen_opt vmware_opt">\
|
||||
<div class="vm_param kvm xen vmware">\
|
||||
<label for="CPU">'+tr("CPU")+':</label>\
|
||||
<input type="text" id="CPU" name="cpu" size="2"/>\
|
||||
<div class="tip">'+tr("Percentage of CPU divided by 100 required for the Virtual Machine. Half a processor is written 0.5.")+'</div>\
|
||||
|
Loading…
x
Reference in New Issue
Block a user