change update service name

This commit is contained in:
2025-03-19 14:08:58 +01:00
parent 7b09b19e81
commit ae4a031584

View File

@@ -141,7 +141,7 @@ function show_service($name, $containers) {
}
function show_service_update($name, $update, $uptodate) {
$str = '<table id="'.$name.'">';
$str = '<table id="update_'.$name.'">';
$str .= "<tr><th>{$name}</th></tr>";
$update = trim($update);