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/17 11:53:06 UTC

[27/28] ranger git commit: RANGER-2280:The emptyText of User Sync and Plugin Status should be reasonable

RANGER-2280:The emptyText of User Sync and Plugin Status should be reasonable

Signed-off-by: peng.jianhua <pe...@zte.com.cn>


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/92fe4c4b
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/92fe4c4b
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/92fe4c4b

Branch: refs/heads/ranger-1
Commit: 92fe4c4b4bb8db3dcfd9d2aa0bcba02f7562c0e2
Parents: 65e4ee2
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Thu Nov 8 15:03:26 2018 +0800
Committer: Mehul Parikh <me...@apache.org>
Committed: Thu Dec 13 18:05:13 2018 +0530

----------------------------------------------------------------------
 .../src/main/webapp/scripts/views/reports/AuditLayout.js         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/92fe4c4b/security-admin/src/main/webapp/scripts/views/reports/AuditLayout.js
----------------------------------------------------------------------
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 56385bc..9040c49 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!'
                 }
             }));
         },