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