mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-03 19:09:39 +00:00
Add capability to remove UEFI instances: Add option for NVRAM delete
This commit is contained in:
@@ -1524,9 +1524,17 @@
|
||||
<div class="checkbox" style="margin-left: 8px;">
|
||||
<label>
|
||||
<input type="checkbox" name="delete_disk" value="true" checked>
|
||||
<strong>{% trans "Remove Instance's data" %}</strong>
|
||||
<strong>{% trans "Remove Instance's disks" %}</strong>
|
||||
</label>
|
||||
</div>
|
||||
{% if nvram %}
|
||||
<div class="checkbox" style="margin-left: 8px;">
|
||||
<label>
|
||||
<input type="checkbox" name="delete_nvram" value="true" checked>
|
||||
<strong>{% trans "Remove Instance's NVRAM" %}</strong>
|
||||
</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
<button type="submit" class="btn btn-lg btn-success pull-right" name="delete">{% trans "Destroy" %}</button>
|
||||
</form>
|
||||
{% endifequal %}
|
||||
|
||||
Reference in New Issue
Block a user