[31188f42] Keine neuen Commits in dieser Session.

Keine neuen Commits in dieser Session.
This commit is contained in:
2026-03-04 18:41:35 +00:00
parent 81fcdc4e8a
commit 56ed64cd6d
5 changed files with 161 additions and 45 deletions

View File

@@ -101,6 +101,7 @@ def dashboard():
.status-PROCESSING { background: #1e40af; color: #bfdbfe; }
.status-COMPLETED { background: #064e3b; color: #a7f3d0; }
.status-FAILED { background: #7f1d1d; color: #fecaca; }
.status-SKIPPED { background: #475569; color: #cbd5e1; }
.phases { display: flex; gap: 4px; align-items: center; }
.phase { width: 12px; height: 12px; border-radius: 50%; background: #334155; border: 2px solid #1e293b; box-shadow: 0 0 0 1px #334155; }