diff --git a/components/admin/jobs-table.tsx b/components/admin/jobs-table.tsx index faca242..a241549 100644 --- a/components/admin/jobs-table.tsx +++ b/components/admin/jobs-table.tsx @@ -32,6 +32,7 @@ const STATUS_CLASS: Record = { DONE: 'bg-status-done text-white border-transparent', FAILED: 'bg-priority-high text-white border-transparent', CANCELLED: 'bg-muted text-muted-foreground', + SKIPPED: 'bg-muted/60 text-muted-foreground italic border-transparent', } const KIND_LABEL: Record = {