Repository: ranger
Updated Branches:
  refs/heads/master 48bf487e2 -> dcb882817


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

Signed-off-by: peng.jianhua <[email protected]>


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

Branch: refs/heads/master
Commit: dcb882817df88ae9548a410eabc8944dcc6c0481
Parents: 48bf487
Author: zhangqiang2 <[email protected]>
Authored: Thu Nov 8 15:03:26 2018 +0800
Committer: peng.jianhua <[email protected]>
Committed: Tue Nov 13 14:33:09 2018 +0800

----------------------------------------------------------------------
 .../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/dcb88281/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 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!'
                 }
             }));
         },

Reply via email to