smengcl commented on code in PR #3789:
URL: https://github.com/apache/ozone/pull/3789#discussion_r998510030
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/diskUsage/diskUsage.tsx:
##########
@@ -409,30 +422,44 @@ export class DiskUsage extends
React.Component<Record<string, object>, IDUState>
{(duResponse.size > 0) ?
((duResponse.size > 0 && duResponse.subPathCount === 0) ?
<div style={{height: 800}}>
+ <div className='metadatainformation'>
<br/> {' '}
- <h3>This object is a key with a file size of
{this.byteToSize(duResponse.size, 1)}.<br/> {' '}
You can also view its metadata details by clicking the
top right button.
- </h3>
- </div> :
+ </div>
Review Comment:
Done in ae1ff1d42a30e5e15a52946f99eed804f9615f5e
--
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]