This is an automated email from the ASF dual-hosted git repository.

abhi pushed a commit to branch ranger-2.8
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 94dc1e9b2291a0e04b919f27c9c0f2eaa8111417
Author: Dhaval Rajpara <[email protected]>
AuthorDate: Wed Jul 30 12:40:24 2025 +0530

    RANGER-5200 : Add search Parameter for XA Group of Users in Audit Admin 
logs Tab
---
 .../src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs.jsx      | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs.jsx
 
b/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs.jsx
index 96c59625d..c0dea8cb4 100644
--- 
a/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs.jsx
+++ 
b/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs.jsx
@@ -416,6 +416,7 @@ function Admin() {
           { value: "1056", label: "Ranger Security Zone" },
           { value: "1030", label: "Ranger Service" },
           { value: "1003", label: "Ranger User" },
+          { value: "1004", label: "XA Group of Users" },
           { value: "2", label: "User Profile" }
         ];
       }

Reply via email to