From 1b7a5feeea442b2991914ed0630e2250c9de1589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Padez?= Date: Mon, 27 Jul 2026 10:24:20 +0000 Subject: [PATCH] system-monitor: show pm2 id (#) column in the pm2 processes view Co-Authored-By: Claude Opus 4.8 --- src/workspaces/officerdev/src/apps/SystemMonitor/Pm2View.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/workspaces/officerdev/src/apps/SystemMonitor/Pm2View.tsx b/src/workspaces/officerdev/src/apps/SystemMonitor/Pm2View.tsx index f5c2476d..d45cdb99 100644 --- a/src/workspaces/officerdev/src/apps/SystemMonitor/Pm2View.tsx +++ b/src/workspaces/officerdev/src/apps/SystemMonitor/Pm2View.tsx @@ -42,6 +42,7 @@ export const Pm2View = () => { + @@ -54,6 +55,7 @@ export const Pm2View = () => { {(procs ?? []).map((p) => ( + - + )}
# Name Status CPU%
{p.id} {p.name} @@ -70,7 +72,7 @@ export const Pm2View = () => { ))} {procs && procs.length === 0 && (
no processesno processes