Logviewer hinzugefügt und dokploy-widget-fehler behoben

This commit is contained in:
Codex Agent
2025-11-24 11:04:51 +01:00
parent 6c84a41826
commit 4667ec8073
5 changed files with 226 additions and 2 deletions

View File

@@ -47,8 +47,11 @@ class DokployPlatformHealth extends Widget
$results[] = [
'label' => ucfirst($label),
'compose_id' => $composeId,
'name' => $composeId,
'status' => 'unreachable',
'error' => $exception->getMessage(),
'services' => [],
'last_deploy' => null,
];
}
}