avijayanhwx commented on a change in pull request #1243:
URL: https://github.com/apache/hadoop-ozone/pull/1243#discussion_r459591303
##########
File path:
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/overview/overview.tsx
##########
@@ -180,7 +180,7 @@ export class Overview extends
React.Component<Record<string, object>, IOverviewS
<OverviewCard loading={loading} title='Buckets'
data={buckets.toString()} icon='folder-open'/>
</Col>
<Col xs={24} sm={18} md={12} lg={12} xl={6}>
- <OverviewCard loading={loading} title='Keys'
data={keys.toString()} icon='file-text'/>
+ <OverviewCard loading={loading} title='Keys (Estimated)'
data={keys.toString()} icon='file-text'/>
Review comment:
I made this trivial change to cover for HDDS-4009 until that is fixed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]