Commit d2a7f34
committed
Add supervisor process manager UI
Add a process manager page accessible from the top-right menu that
shows all supervisor processes with their status, PID, and controls
to stop/remove individual processes or clear all stopped ones.
Backend: Add SvList/SvStop/SvRemove RPC methods to the Vmm protobuf
service so the API is included in the auto-generated OpenAPI schema.
Frontend: Full-screen overlay with auto-refreshing process table,
status badges, and action buttons.1 parent 8159538 commit d2a7f34
7 files changed
Lines changed: 1275 additions & 3 deletions
File tree
- vmm
- rpc/proto
- src
- ui/src
- composables
- styles
- templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
346 | 353 | | |
347 | 354 | | |
348 | 355 | | |
| |||
352 | 359 | | |
353 | 360 | | |
354 | 361 | | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
0 commit comments