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() {
| PID | Name | Type | VRAM | @@ -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)} > +{p.pid} | {p.name} |
|---|