smengcl commented on code in PR #3944:
URL: https://github.com/apache/ozone/pull/3944#discussion_r1019366981
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/datanodes/datanodes.tsx:
##########
@@ -232,7 +232,13 @@ const COLUMNS = [
sorter: (a: IDatanode, b: IDatanode) => a.containers - b.containers
},
{
- title: 'Open Containers',
+ title:
+ <span>
+ Open Containers
+ <Tooltip title='Number of open containers per pipeline.'>
Review Comment:
```suggestion
<Tooltip title='The number of open containers per pipeline.'>
```
--
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]