fix update table
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
root
2024-10-01 13:35:16 +02:00
parent 0b43c7fbb7
commit 4c4a9b8f61

View File

@@ -178,6 +178,7 @@ function show_service_update($name, $update, $uptodate) {
$str .= "<tr><td>&nbsp;</td><td>".$container."</td><td>Already up to date</td><td></td></tr>"; $str .= "<tr><td>&nbsp;</td><td>".$container."</td><td>Already up to date</td><td></td></tr>";
} }
} }
$str .= '</table>';
echo $str; echo $str;
} }