smitajoshi12 commented on code in PR #6535:
URL: https://github.com/apache/ozone/pull/6535#discussion_r1618739088
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/diskUsage/diskUsage.tsx:
##########
@@ -549,7 +546,7 @@ export class DiskUsage extends
React.Component<Record<string, object>, IDUState>
</div>
<div className='dropdown-button'>
<Dropdown overlay={menu} placement='bottomCenter'>
- <Button>Display Limit: {(displayLimit ===
Number.MAX_VALUE) ? 'All' : displayLimit}</Button>
+ <Button>Display Limit: {(displayLimit ===
Number.MAX_VALUE) ? MAX_DISPLAY_LIMIT : displayLimit}</Button>
Review Comment:
@dombizita
Updated code in latest commit missed this comment earlier review.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]