Skip to content

Commit e481c57

Browse files
committed
* #RI-3305 - No percentage displayed if user
1 parent d146518 commit e481c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/components/bulk-actions/BulkActionsInfo/BulkActionsInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const BulkActionsInfo = (props: Props) => {
4949
)}
5050
{status === BulkActionsStatus.Aborted && (
5151
<EuiText color="danger" className={styles.progress}>
52-
Aborted
52+
Stopped: {getApproximateNumber((total ? scanned / total : 1) * 100)}%
5353
</EuiText>
5454
)}
5555
{status === BulkActionsStatus.Completed && (

0 commit comments

Comments
 (0)