We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4f9d5 commit 0939c9dCopy full SHA for 0939c9d
packages/compass-indexes/src/components/regular-indexes-table/status-field.tsx
@@ -81,6 +81,12 @@ const StatusField: React.FunctionComponent<StatusFieldProps> = ({
81
</BadgeWithTooltip>
82
)}
83
84
+ {status === 'inprogress' && (
85
+ <Badge data-testid="index-in-progress" variant={BadgeVariant.Blue}>
86
+ In Progress
87
+ </Badge>
88
+ )}
89
+
90
{status === 'creating' && (
91
<Badge data-testid="index-creating" variant={BadgeVariant.Blue}>
92
Creating
0 commit comments