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

Change host multiplacement legend to VDC host sharing

(cherry picked from commit b195a553fc84a4f7dd26319180af13e25739ddeb)
This commit is contained in:
Tino Vazquez 2011-09-28 13:08:12 +02:00
parent 16f173fd44
commit 820a028c9b

View File

@ -47,7 +47,7 @@ var create_vdc_tmpl =
<select id="zoneid" name="zone">\
</select><br />\
<div class="clear"></div>\
<label for="vdc_force_hosts">Host multiplacement:</label>\
<label for="vdc_force_hosts">VDC host sharing:</label>\
<input type="checkbox" name="vdc_force_hosts" id="vdc_force_hosts" />\
<div class="tip">Allows hosts belonging to other VDCs to be re-added to this one. They will appear marked with * in the list.</div>\
<div class="clear"></div>\
@ -75,7 +75,7 @@ var update_vdc_tmpl =
<select name="vdc_update_id" id="vdc_update_id">\
</select>\
<div class="clear"></div>\
<label for="vdc_update_force_hosts">Host multiplacement:</label>\
<label for="vdc_update_force_hosts">VDC host sharing:</label>\
<input type="checkbox" name="vdc_update_force_hosts" id="vdc_update_force_hosts" />\
<div class="tip">Allows hosts belonging to other VDCs to be re-added to this one. They will appear marked with * in the list.</div>\
<div class="clear"></div>\