SQL Connection DOne
This commit is contained in:
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user