VM snapshot add/delete
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
{{ snap_vm }}</th><th>
|
||||
<button type="submit" class="btn btn-outline-secondary btn-hype" value="{{ snap }}" name="start" onclick="loading();"><i class="fa-solid fa-rotate-left"></i></button>
|
||||
</th><th>
|
||||
<button type="submit" class="btn btn-outline-danger btn-hype" value="{{ snap }}" name="start" onclick="loading();"><i class="fa-solid fa-trash"></i></button>
|
||||
<form action="/del_snap_vm" method="post"><input type="hidden" name="vm_name" value="{{ vm[0] }}">
|
||||
<button type="submit" class="btn btn-outline-danger btn-hype" value="{{ snap_vm }}" name="item" onclick="loading();"><i class="fa-solid fa-trash"></i></button>
|
||||
</form>
|
||||
</th></tr></table>
|
||||
{% endfor %}
|
||||
</td></tr>
|
||||
|
||||
Reference in New Issue
Block a user