smengcl commented on code in PR #4755:
URL: https://github.com/apache/ozone/pull/4755#discussion_r1224587039
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/components/navBar/navBar.tsx:
##########
@@ -81,6 +121,14 @@ class NavBar extends React.Component<INavBarProps> {
<span>Disk Usage</span>
<Link to='/DiskUsage'/>
</Menu.Item>
+ {
+ this.state.isHeatmapAvailable ?
+ <Menu.Item key='/HeatMap'>
Review Comment:
if you want to do the rename in this PR
```suggestion
<Menu.Item key='/Heatmap'>
```
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/components/navBar/navBar.tsx:
##########
@@ -81,6 +121,14 @@ class NavBar extends React.Component<INavBarProps> {
<span>Disk Usage</span>
<Link to='/DiskUsage'/>
</Menu.Item>
+ {
+ this.state.isHeatmapAvailable ?
+ <Menu.Item key='/HeatMap'>
+ <Icon type='bar-chart' />
+ <span>Heatmap</span>
+ <Link to='/HeatMap' />
Review Comment:
if you want to do the rename in this PR
```suggestion
<Link to='/Heatmap' />
```
--
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]