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 cfda951c91 HDDS-11520. Fix Delete pending directories key mapping
(#7269)
cfda951c91 is described below
commit cfda951c91218df82e1b94c731c2d89f375afa3d
Author: Abhishek Pal <[email protected]>
AuthorDate: Tue Oct 8 15:22:19 2024 +0530
HDDS-11520. Fix Delete pending directories key mapping (#7269)
---
.../webapps/recon/ozone-recon-web/src/views/insights/om/om.tsx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/insights/om/om.tsx
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/insights/om/om.tsx
index fdd25929d0..f092708348 100644
---
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/insights/om/om.tsx
+++
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/insights/om/om.tsx
@@ -281,8 +281,9 @@ const DELETED_TAB_COLUMNS = [
const PENDINGDIR_TAB_COLUMNS = [
{
title: 'Directory Name',
- dataIndex: 'path',
- key: 'path'
+ dataIndex: 'key',
+ isSearchable: true,
+ key: 'key'
},
{
title: 'In state since',
@@ -294,9 +295,8 @@ const PENDINGDIR_TAB_COLUMNS = [
},
{
title: 'Path',
- dataIndex: 'key',
- key: 'key',
- isSearchable: true,
+ dataIndex: 'path',
+ key: 'path',
width: '450px'
},
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]