diff --git a/frontend/src/lib/components/ProcessingFlowBoard.svelte b/frontend/src/lib/components/ProcessingFlowBoard.svelte index f2e80bf..f66bf77 100644 --- a/frontend/src/lib/components/ProcessingFlowBoard.svelte +++ b/frontend/src/lib/components/ProcessingFlowBoard.svelte @@ -246,8 +246,8 @@ {/each} - -
- 가장 오래 기다린 항목 {formatAge(row.oldest_pending_age_sec)} -
- {/if} -대기·처리·실패 없음 — 모든 단계가 한가합니다
- {/if} - {#if idleStageRows.length > 0} -- 비어 있음: {idleStageRows.map((r) => queueStageLabel(r.stage)).join(' · ')} -
- {/if} - {:else} -현황을 불러오지 못했습니다
- {/if} -