show containers mod
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
root
2024-09-13 18:28:19 +02:00
parent 452af042bf
commit 6898ced53c
2 changed files with 13 additions and 8 deletions

View File

@@ -1,14 +1,6 @@
<?php
include "functions.php";
function show_service($name, $containers) {
$str = '<div>'.$name."</div>";
$str .= '<div id="'.$name.'" style="padding-left: 20px">'.$containers.'
</div>';
echo $str;
}
sleep(1);
switch ($_GET["op"]) {
case "redis":