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 d146518 commit e481c57Copy full SHA for e481c57
redisinsight/ui/src/pages/browser/components/bulk-actions/BulkActionsInfo/BulkActionsInfo.tsx
@@ -49,7 +49,7 @@ const BulkActionsInfo = (props: Props) => {
49
)}
50
{status === BulkActionsStatus.Aborted && (
51
<EuiText color="danger" className={styles.progress}>
52
- Aborted
+ Stopped: {getApproximateNumber((total ? scanned / total : 1) * 100)}%
53
</EuiText>
54
55
{status === BulkActionsStatus.Completed && (
0 commit comments