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
@@ -0,0 +1,13 @@
{
"status": "completed",
"completed": 4,
"failed": 0,
"skipped": 0,
"pending": 0,
"uncertain": 0,
"total": 4,
"done": 4,
"percent": 100,
"current": "-",
"updated_at": "2026-04-19 05:31:25"
}