This commit is contained in:
root
2024-10-01 13:31:41 +02:00
parent 62fd9a03ed
commit 0b43c7fbb7
2 changed files with 5 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ function show_service($name, $containers) {
function show_service_update($name, $update, $uptodate) {
$str = '<table id="'.$name.'">';
$str .= "<tr><th>{$name}</th><td><b>Container name</b></td><td><b>Status</b></td><td><b>Action</b></td></tr>";
$str .= "<tr><th>{$name}</th></tr>";
$update = trim($update);
if (!empty($update)) {