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

Fix 'start on hold' label

This commit is contained in:
Carlos Martín 2016-09-14 16:03:38 +02:00
parent 62611f225f
commit 1b5d837428

View File

@ -51,8 +51,8 @@
<input type="number" name="vm_n_times_disabled" id="vm_n_times_disabled" value="1" disabled>
</div>
<div class="medium-4 columns">
<input type="checkbox" name="hold" id="hold"/>
<label for="hold">
<label>
<input type="checkbox" name="hold" id="hold"/>
{{tr "Start on hold"}}
<span class="tip">
{{tr "Sets the new VM to hold state, instead of pending. The scheduler will not deploy VMs in this state. It can be released later, or deployed manually."}}