UI - instances backend started

This commit is contained in:
bunkerity
2020-12-24 14:55:11 +01:00
parent 951f3957fd
commit b5fe6335c7
9 changed files with 119 additions and 38 deletions

View File

@@ -13,7 +13,7 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-danger" onClick="postDelete('{{ id_server_name }}');">Delete</button>
<button type="button" class="btn btn-danger" onClick="deleteInstance('{{ id_server_name }}');">Delete</button>
</div>
</div>
</div>