priyeshkaratha commented on code in PR #8636:
URL: https://github.com/apache/ozone/pull/8636#discussion_r2151493090


##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/v2/components/duBreadcrumbNav/duBreadcrumbNav.tsx:
##########
@@ -18,10 +18,11 @@
 
 import React, { useState } from 'react';
 
-import { DUSubpath } from '@/v2/types/diskUsage.types';
 import { Breadcrumb, Menu, Input } from 'antd';
-import { MenuProps } from 'antd/es/menu';
 import { CaretDownOutlined, HomeFilled } from '@ant-design/icons';
+import { MenuProps } from 'antd/es/menu';
+
+import { DUSubpath } from '@/v2/types/diskUsage.types';
 

Review Comment:
   can we remove unwanted changes?



##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/routes.tsx:
##########
@@ -64,13 +64,9 @@ export const routes: IRoute[] = [
     component: MissingContainers
   },
   {
-    path: '/DiskUsage',
+    path: '/NamespaceUsage',
     component: DiskUsage

Review Comment:
   Does it make sense to rename the component class from DiskUsage to 
NamespaceUsage?



-- 
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: issues-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to