feat(frontend): 优化状态监控 CPU 概览展示
将默认 CPU 卡从逐核心条卡改为总 CPU 历史曲线加紧凑摘要, 并通过核心详情弹层查看全部核心,避免多核机器下侧栏过高。
This commit is contained in:
+13
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user