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']}
+
))}