mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
default true: live migration and delete original
This commit is contained in:
parent
8deb844c35
commit
d4fa71ff25
1 changed files with 2 additions and 2 deletions
|
@ -755,7 +755,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-sm-3 control-label">{% trans "Live migration" %}</label>
|
<label class="col-sm-3 control-label">{% trans "Live migration" %}</label>
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<input type="checkbox" name="live_migrate" value="true" id="vm_live_migrate">
|
<input type="checkbox" name="live_migrate" id="vm_live_migrate" checked>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@ -767,7 +767,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-sm-3 control-label">{% trans "Delete original" %}</label>
|
<label class="col-sm-3 control-label">{% trans "Delete original" %}</label>
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<input type="checkbox" name="xml_delete" value="true" id="xml_delete">
|
<input type="checkbox" name="xml_delete" id="xml_delete" checked>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if computes_count != 1 %}
|
{% if computes_count != 1 %}
|
||||||
|
|
Loading…
Reference in a new issue