CPL Events Progressbar in Prozent anzeigen

This commit is contained in:
ISA
2025-08-13 14:20:38 +02:00
parent 5496254acb
commit ad6d89847e
7 changed files with 12 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ export default function GlobalActivityOverlay() {
{anyAlign && (
<div>
<div className="text-sm text-gray-800 mb-1">
Abgleich läuft (: {fmt(ksz)})
Abgleich läuft (: {fmt(ksz)}) kann bis zu 10 Minuten dauern
</div>
{(() => {
const { pct } = compute(alignmentStartedAt, ALIGN_MS);