change update service name
This commit is contained in:
@@ -141,7 +141,7 @@ function show_service($name, $containers) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function show_service_update($name, $update, $uptodate) {
|
function show_service_update($name, $update, $uptodate) {
|
||||||
$str = '<table id="'.$name.'">';
|
$str = '<table id="update_'.$name.'">';
|
||||||
$str .= "<tr><th>{$name}</th></tr>";
|
$str .= "<tr><th>{$name}</th></tr>";
|
||||||
|
|
||||||
$update = trim($update);
|
$update = trim($update);
|
||||||
|
Reference in New Issue
Block a user