diff --git a/beszel/site/src/components/routes/system.tsx b/beszel/site/src/components/routes/system.tsx index d93d8a4..7fc4603 100644 --- a/beszel/site/src/components/routes/system.tsx +++ b/beszel/site/src/components/routes/system.tsx @@ -374,7 +374,7 @@ export default function SystemDetail({ name }: { name: string }) { )} - {(systemStats.at(-1)?.stats.s ?? 0) > 0 && ( + {(systemStats.at(-1)?.stats.su ?? 0) > 0 && (