Skip to content

Commit

Permalink
fix: delayed hover card
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 9, 2024
1 parent 533d171 commit 8f61db6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/dashboard/src/components/activity/activity-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ function JobsList({ jobs }: { jobs: Activity['jobs'] }) {
color: 'text-warning',
label: 'Pending',
},
delayed: {
color: 'text-warning',
label: 'Delayed',
},
};

const typeLabels: Record<string, string> = {
Expand Down

0 comments on commit 8f61db6

Please sign in to comment.