fix(hub): prevent monitor board stuck on slow aggregate polling

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-03 21:47:11 +08:00
parent b5f66a0db2
commit 6a76993ca8
5 changed files with 96 additions and 16 deletions
+8
View File
@@ -1408,6 +1408,14 @@ button.btn-sm {
padding: 8px 0;
}
.board-loading-sub {
margin: 12px 0 0;
font-size: 12px;
line-height: 1.5;
color: var(--muted);
max-width: 36rem;
}
.board-loading {
grid-column: 1 / -1;
display: flex;