You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2018/12/19 11:51:09 UTC

[ranger] 19/39: RANGER-2280:The emptyText of User Sync and Plugin Status should be reasonable

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

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

commit 32144ccc8e60ce382b5783e7834e91b845dc95db
Author: zhangqiang2 <zh...@zte.com.cn>
AuthorDate: Thu Nov 8 15:03:26 2018 +0800

    RANGER-2280:The emptyText of User Sync and Plugin Status should be reasonable
    
    Signed-off-by: peng.jianhua <pe...@zte.com.cn>
---
 security-admin/src/main/webapp/scripts/views/reports/AuditLayout.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security-admin/src/main/webapp/scripts/views/reports/AuditLayout.js b/security-admin/src/main/webapp/scripts/views/reports/AuditLayout.js
index fe9566c..718a95d 100644
--- a/security-admin/src/main/webapp/scripts/views/reports/AuditLayout.js
+++ b/security-admin/src/main/webapp/scripts/views/reports/AuditLayout.js
@@ -1408,7 +1408,7 @@ define(function(require) {
 				gridOpts : {
 					row : 	Backgrid.Row.extend({}),
 					header : XABackgrid,
-						emptyText : 'No plugin found!'
+						emptyText : 'No plugin status found!'
 				}
 			}));	
 		},
@@ -1582,7 +1582,7 @@ define(function(require) {
                 gridOpts : {
                     row : Backgrid.Row.extend({}),
                     header : XABackgrid,
-                    emptyText : 'No plugin found!'
+                    emptyText : 'No user sync audit found!'
                 }
             }));
         },