mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
instances/templates/instance.html checkbox delete_disk default checked
This commit is contained in:
parent
6151792d9b
commit
ca328a7527
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@
|
||||||
<form class="form-group" method="post" role="form">{% csrf_token %}
|
<form class="form-group" method="post" role="form">{% csrf_token %}
|
||||||
<div class="checkbox" style="margin-left: 8px;">
|
<div class="checkbox" style="margin-left: 8px;">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="delete_disk" value="true">
|
<input type="checkbox" name="delete_disk" checked>
|
||||||
<strong>{% trans "Remove Instance's data" %}</strong>
|
<strong>{% trans "Remove Instance's data" %}</strong>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue