devmadhuu commented on code in PR #6535:
URL: https://github.com/apache/ozone/pull/6535#discussion_r1633148308
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/diskUsage/diskUsage.tsx:
##########
@@ -265,12 +265,9 @@ export class DiskUsage extends
React.Component<Record<string, object>, IDUState>
updateDisplayLimit(e): void {
let res = -1;
- if (e.key === 'all') {
- res = Number.MAX_VALUE;
- } else {
+ if (e.key) {
res = Number.parseInt(e.key, 10);
}
-
Review Comment:
@smitajoshi12 are all comments addressed given by Zita ?
--
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]