From e7c8e66889b504f51857abf3e85b420d015b1285 Mon Sep 17 00:00:00 2001 From: Jonathan Atta Date: Wed, 11 Mar 2026 17:31:44 +0100 Subject: [PATCH] feat: add PID column to GPU processes table for better identification --- frontend/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index da53314..9f05f19 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -889,6 +889,7 @@ export default function App() { + @@ -902,6 +903,7 @@ export default function App() { className="border-t border-zinc-900 hover:bg-zinc-800/30 transition-colors cursor-pointer" onClick={() => openDetail(p.pid)} > +
PID Name Type VRAM{p.pid} {p.name}