gsxdsm
eb3477aba4
FN-6835: add system stats node selection
Add Command Center controls for inspecting local or remote node system telemetry.
- add a System area node selector with local defaults, remote stats loading, and per-node sample resets
- expose proxied node system-stats fetching and route local node requests through the shared stats builder
- route Vitest kill requests through node-aware proxy plumbing and cover node stats behavior with tests
- add localized node selector copy, docs, and a published package changeset
Files changed:
.changeset/fuzzy-nodes-watch.md | 5 +
docs/dashboard-guide.md | 4 +-
packages/dashboard/app/api/legacy.ts | 14 +-
.../__tests__/CommandCenter.mobile-scroll.test.tsx | 2 +
.../__tests__/CommandCenter.tablet-layout.test.tsx | 2 +
.../__tests__/CommandCenter.test.tsx | 1 +
.../__tests__/SystemStatsArea.test.tsx | 160 +++++++++++++++++
.../command-center/areas/SystemStatsArea.css | 13 ++
.../command-center/areas/SystemStatsArea.tsx | 72 +++++++-
.../dashboard/src/__tests__/routes-system.test.ts | 122 +++++++++++++
packages/dashboard/src/routes.ts | 190 +++++++++++++--------
packages/i18n/locales/en/app.json | 10 ++
packages/i18n/locales/es/app.json | 10 ++
packages/i18n/locales/fr/app.json | 10 ++
packages/i18n/locales/ko/app.json | 10 ++
packages/i18n/locales/zh-CN/app.json | 10 ++
packages/i18n/locales/zh-TW/app.json | 10 ++
17 files changed, 562 insertions(+), 83 deletions(-)
Fusion-Task-Id: FN-6835
Fusion-Task-Lineage: 8f9a047b-78d0-477e-824e-f7592966cdc0
2026-06-21 13:25:41 -07:00
..
2026-06-20 23:49:57 -07:00
2026-04-25 09:09:31 -07:00
2026-06-21 03:09:35 -07:00
2026-06-19 16:47:33 -07:00
2026-06-21 10:50:48 -07:00
2026-06-21 13:52:47 +05:30
2026-06-20 20:07:07 -07:00
2026-06-20 22:47:39 -07:00
2026-06-19 20:47:32 -07:00
2026-06-21 03:40:56 -07:00
2026-06-21 00:05:03 -07:00
2026-06-21 03:53:43 -07:00
2026-06-20 09:58:23 -07:00
2026-06-19 20:03:24 -07:00
2026-06-19 19:05:49 -07:00
2026-06-20 12:00:51 -07:00
2026-06-20 19:48:09 -07:00
2026-06-20 12:46:34 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 07:41:44 -07:00
2026-06-19 16:47:33 -07:00
2026-06-21 09:00:40 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 16:47:34 -07:00
2026-06-19 22:14:57 -07:00
2026-06-20 08:43:35 -07:00
2026-06-20 05:14:25 -07:00
2026-06-20 08:20:39 -07:00
2026-06-20 02:38:27 -07:00
2026-06-20 02:25:11 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 10:35:40 -07:00
2026-06-20 08:57:45 -07:00
2026-06-20 15:42:16 -07:00
2026-06-21 09:00:40 -07:00
2026-06-19 20:59:05 -07:00
2026-06-20 04:40:31 -07:00
2026-06-20 08:13:33 -07:00
2026-06-20 15:11:22 -07:00
2026-06-20 10:21:26 -07:00
2026-06-20 16:33:07 -07:00
2026-06-20 21:32:43 -07:00
2026-06-20 21:23:17 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 13:25:41 -07:00
2026-06-21 13:25:41 -07:00
2026-06-21 13:25:41 -07:00
2026-06-21 00:15:00 -07:00
2026-06-21 13:25:41 -07:00
2026-06-19 16:47:34 -07:00
2026-06-19 21:46:00 -07:00
2026-06-21 02:15:24 -07:00
2026-06-13 12:11:05 -07:00
2026-06-20 18:04:02 -07:00
2026-06-21 09:41:51 -07:00
2026-06-12 01:57:04 -07:00
2026-06-20 17:17:32 -07:00
2026-06-19 16:47:34 -07:00
2026-06-21 13:25:41 -07:00
2026-06-21 03:40:56 -07:00
2026-06-21 13:25:40 -07:00
2026-06-20 00:41:36 -07:00
2026-06-19 17:25:35 -07:00
2026-06-21 11:17:56 -07:00
2026-06-21 00:02:31 -07:00