SQL Connection DOne

This commit is contained in:
2023-08-07 13:51:20 +02:00
parent 6d5d037f44
commit b8340244a2
3 changed files with 22 additions and 6 deletions

View File

@@ -28,7 +28,6 @@
<div class="square-content" onclick="openModalForContainer('{{container.id}}')">
<!-- Content for the square item -->
<div class="d-flex justify-content-between">
<img height="60" width="60"
src="https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/nginx.svg" alt="">
<div class="form-check form-switch form-check-reverse">
@@ -80,7 +79,6 @@
route = (status == 'running' ? 'stop' : 'start')
method = (status == 'running' ? 'DELETE' : 'POST')
const xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {