From 472888c44d3b9f4ec98981568f4bebe45c929e7d Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 13 Nov 2022 12:33:00 -0700 Subject: [PATCH] Make gpu match style --- web/src/routes/System.jsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/web/src/routes/System.jsx b/web/src/routes/System.jsx index 7d93bc1fa..e5afcd22f 100644 --- a/web/src/routes/System.jsx +++ b/web/src/routes/System.jsx @@ -143,24 +143,24 @@ export default function System() { ) : (
{gpuNames.map((gpu) => ( -
- - - - - - - - - - - - - -
Gpu %Memory %
{gpu_usages[gpu]['gpu']}{gpu_usages[gpu]['mem']}
+
+
{detector}
+
+ + + + + + + + + + + + + +
Gpu %Memory %
{gpu_usages[gpu]['gpu']}{gpu_usages[gpu]['mem']}
+
))}