feat(frontend): 优化状态监控 CPU 概览展示

将默认 CPU 卡从逐核心条卡改为总 CPU 历史曲线加紧凑摘要,
并通过核心详情弹层查看全部核心,避免多核机器下侧栏过高。
This commit is contained in:
yinjianm
2026-04-19 05:33:33 +08:00
parent 8adbbe11e9
commit aad6b84eb9
8 changed files with 71 additions and 58 deletions
+1
View File
@@ -7,6 +7,7 @@
| 时间戳 | 名称 | 类型 | 涉及模块 | 决策 | 结果 |
|--------|------|------|---------|------|------|
| 202604190520 | status-monitor-cpu-summary-modal | - | - | - | ✅完成 |
| 202604190351 | status-monitor-cpu-total-and-per-core | implementation | frontend, backend | status-monitor-cpu-total-and-per-core#D001 | ✅完成 |
| 202604190358 | status-monitor-network-vertical-stack | implementation | frontend | - | ✅完成 |
| 202604190352 | process-manager-table-sort-and-close-spacing | implementation | frontend | process-manager-table-sort-and-close-spacing#D001, process-manager-table-sort-and-close-spacing#D002 | ✅完成 |