Add files via upload

This commit is contained in:
公明
2026-07-21 20:42:43 +08:00
committed by GitHub
parent b707ea4e44
commit fa9229b435
10 changed files with 296 additions and 63 deletions
+15
View File
@@ -14014,16 +14014,31 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
color: var(--accent-color);
}
.monitor-status-chip.queued {
background: rgba(124, 58, 237, 0.12);
color: #7c3aed;
}
.monitor-status-chip.failed {
background: rgba(220, 53, 69, 0.12);
color: var(--error-color);
}
.monitor-status-chip.hard_timeout {
background: rgba(245, 158, 11, 0.14);
color: #b45309;
}
.monitor-status-chip.cancelled {
background: rgba(108, 117, 125, 0.15);
color: var(--text-muted, #6c757d);
}
.monitor-status-chip.orphaned {
background: rgba(100, 116, 139, 0.14);
color: #64748b;
}
.monitor-execution-actions .btn-monitor-abort {
border-color: rgba(253, 126, 20, 0.55);
color: #fd7e14;