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

Feature #498: Enable placement options for vmware tab.

This commit is contained in:
Hector Sanjuan 2011-04-25 10:05:03 +02:00 committed by Ruben S. Montero
parent d605eb3ec8
commit 1802e9e0d3

View File

@ -421,12 +421,12 @@ var create_template_tmpl = '<div id="template_create_tabs">\
<h3>Add placement options <a id="add_placement" class="icon_left" href="#"><span class="ui-icon ui-icon-plus" /></a></h3>\
</div>\
<fieldset><legend>Placement</legend>\
<div class="vm_param kvm_opt xen_opt">\
<div class="vm_param kvm_opt xen_opt vmware_opt">\
<label for="REQUIREMENTS">Requirements:</label>\
<input type="text" id="REQUIREMENTS" name="requirements" />\
<div class="tip">Boolean expression that rules out provisioning hosts from list of machines suitable to run this VM</div>\
</div>\
<div class="vm_param kvm_opt xen_opt">\
<div class="vm_param kvm_opt xen_opt vmware_opt">\
<label for="RANK">Rank:</label>\
<input type="text" id="RANK" name="rank" />\
<div class="tip"> This field sets which attribute will be used to sort the suitable hosts for this VM. Basically, it defines which hosts are more suitable than others</div>\