UI - introduced multiple config parameters (like reverse proxy) in frontend

This commit is contained in:
bunkerity
2020-12-27 14:42:52 +01:00
parent b5fe6335c7
commit f9b9b9546f
9 changed files with 132 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="deleteInstance('{{ id_server_name }}');">Delete</button>
<button type="button" class="btn btn-danger" onClick="deleteService('{{ id_server_name }}');">Delete</button>
</div>
</div>
</div>