This is an automated email from the ASF dual-hosted git repository.
dhavalrajpara pushed a commit to branch ranger-2.6
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.6 by this push:
new 4c61fd33c RANGER-4901 : [Ranger React UI] Admin audits for 'Import
Delete' operation type do not display service name field
4c61fd33c is described below
commit 4c61fd33cf8b41dbf98ec1a6b60d6f96125eac21
Author: Dhaval.Rajpara <[email protected]>
AuthorDate: Mon Sep 9 15:34:11 2024 +0530
RANGER-4901 : [Ranger React UI] Admin audits for 'Import Delete' operation
type do not display service name field
Signed-off-by: Dhaval Rajpara <[email protected]>
---
.../webapp/react-webapp/src/views/AuditEvent/AdminLogs/PolicyLogs.jsx | 1 +
1 file changed, 1 insertion(+)
diff --git
a/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/PolicyLogs.jsx
b/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/PolicyLogs.jsx
index 85e64aa8a..34f009c87 100644
---
a/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/PolicyLogs.jsx
+++
b/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/PolicyLogs.jsx
@@ -3660,6 +3660,7 @@ export const PolicyLogs = ({ data, reportdata }) => {
</Badge>
</div>
<div className="fw-bolder">Policy Name: {objectName}</div>
+ <div className="fw-bolder">Service Name: {parentObjectName}</div>
<div className="fw-bolder">
Deleted Date: {currentTimeZone(createDate)}
</div>