diff --git a/apps/dashboard/src/App.tsx b/apps/dashboard/src/App.tsx index e12b8bc..4cda49b 100644 --- a/apps/dashboard/src/App.tsx +++ b/apps/dashboard/src/App.tsx @@ -597,12 +597,36 @@ function SystemTile({ ) } + let systemStatusContent: React.ReactNode + switch (beszelSystemsData.status) { + case "up": + systemStatusContent = ( +
System offline
+{displayName}
- +CPU
@@ -617,9 +641,7 @@ function SystemTile({{beszelSystemsData.info.disk.toFixed(0).padStart(3, "0")}