This is an automated email from the ASF dual-hosted git repository.
arafat2198 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 8278977995f HDDS-13807. Fix 404 error on switching between Namespace
Usage page (#9183).
8278977995f is described below
commit 8278977995f25b8f8818ff55140b756c50707eba
Author: Abhishek Pal <[email protected]>
AuthorDate: Tue Oct 21 13:12:16 2025 +0530
HDDS-13807. Fix 404 error on switching between Namespace Usage page (#9183).
---
.../src/main/resources/webapps/recon/ozone-recon-web/src/routes.tsx | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/routes.tsx
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/routes.tsx
index d184627798e..c101e260450 100644
---
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/routes.tsx
+++
b/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
},
- {
- path: '/Buckets',
- component: DiskUsage,
- },
{
path: '/Containers',
component: MissingContainers,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]