You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by di...@apache.org on 2023/06/22 11:56:13 UTC

[ranger] branch master updated: RANGER-4296 : [Ranger UI] [React JS] Dropdown option in the access audits must display "User" instead of "Users"

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

dineshkumar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new fe7f7b04e RANGER-4296 : [Ranger UI] [React JS] Dropdown option in the access audits must display "User" instead of "Users"
fe7f7b04e is described below

commit fe7f7b04e22805ab4367c8043e01cf8b0e358ce4
Author: princeap173 <pr...@gmail.com>
AuthorDate: Thu Jun 22 11:30:46 2023 +0530

    RANGER-4296 : [Ranger UI] [React JS] Dropdown option in the access audits must display "User" instead of "Users"
    
    Signed-off-by: Dineshkumar Yadav <di...@outlook.com>
---
 .../src/main/webapp/react-webapp/src/views/AuditEvent/AccessLogs.jsx    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AccessLogs.jsx b/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AccessLogs.jsx
index bd8011fd5..1b5650432 100644
--- a/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AccessLogs.jsx
+++ b/security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AccessLogs.jsx
@@ -895,7 +895,7 @@ function Access() {
     },
     {
       category: "requestUser",
-      label: "Users",
+      label: "User",
       urlLabel: "user",
       type: "text"
     },