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

Backlog #4351 Disabled VM instantiate on hold checkbox from yaml view (#288)

This commit is contained in:
Abel Coronado 2017-05-05 11:50:45 +02:00 committed by Tino Vázquez
parent 9cc4c3dede
commit 46988e317b

View File

@ -51,6 +51,7 @@
<input type="number" name="vm_n_times_disabled" id="vm_n_times_disabled" value="1" disabled>
</div>
<div class="medium-4 columns">
{{#isTabActionEnabled "vms-tab" "VM.hold"}}
<label>
<input type="checkbox" name="hold" id="hold"/>
{{tr "Start on hold"}}
@ -58,6 +59,7 @@
{{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."}}
</span>
</label>
{{/isTabActionEnabled}}
</div>
</div>
<div class="row">