From f96f04f876d92ba6b461c1dd0d245c3b712a30de Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Thu, 26 Sep 2024 16:55:31 -0400 Subject: [PATCH] change swap chart placement --- beszel/site/src/components/routes/system.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/beszel/site/src/components/routes/system.tsx b/beszel/site/src/components/routes/system.tsx index 4371550..700704c 100644 --- a/beszel/site/src/components/routes/system.tsx +++ b/beszel/site/src/components/routes/system.tsx @@ -372,12 +372,6 @@ export default function SystemDetail({ name }: { name: string }) { )} - {(systemStats.at(-1)?.stats.su ?? 0) > 0 && ( - - - - )} - )} + {(systemStats.at(-1)?.stats.su ?? 0) > 0 && ( + + + + )} + {systemStats.at(-1)?.stats.t && (