smengcl commented on code in PR #4755:
URL: https://github.com/apache/ozone/pull/4755#discussion_r1224583696
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/constants/breadcrumbs.constants.tsx:
##########
@@ -26,5 +26,6 @@ export const breadcrumbNameMap: IBreadcrumbNameMap = {
'/Pipelines': 'Pipelines',
'/MissingContainers': 'Missing Containers',
'/Insights': 'Insights',
- '/DiskUsage': 'Disk Usage'
+ '/DiskUsage': 'Disk Usage',
+ '/HeatMap': 'HeatMap'
Review Comment:
IMO should be lower case 'm':
```suggestion
'/Heatmap': 'Heatmap'
```
but if it is too much effort to change it we can file another jira
--
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]