Repository: incubator-ranger
Updated Branches:
  refs/heads/master d8a662190 -> cf29bb9a8


RANGER-810 : Audit page should show most recent audit log at the top

Signed-off-by: Madhan Neethiraj <[email protected]>


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

Branch: refs/heads/master
Commit: cf29bb9a8b145be23675e5aa798b32b9d1c2a273
Parents: d8a6621
Author: Gautam Borad <[email protected]>
Authored: Tue Jan 12 17:49:10 2016 +0530
Committer: Madhan Neethiraj <[email protected]>
Committed: Wed Jan 13 10:59:34 2016 -0800

----------------------------------------------------------------------
 security-admin/src/main/webapp/scripts/controllers/Controller.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/cf29bb9a/security-admin/src/main/webapp/scripts/controllers/Controller.js
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/scripts/controllers/Controller.js 
b/security-admin/src/main/webapp/scripts/controllers/Controller.js
index 7b9cc39..ef12818 100755
--- a/security-admin/src/main/webapp/scripts/controllers/Controller.js
+++ b/security-admin/src/main/webapp/scripts/controllers/Controller.js
@@ -94,6 +94,7 @@ define(function(require) {
                   var view                                     = 
require('views/reports/AuditLayout');
                   var VXAccessAuditList        = 
require('collections/VXAccessAuditList');
                   var accessAuditList          = new VXAccessAuditList();
+                  _.extend(accessAuditList.queryParams,{ 'sortBy'  :  
'eventTime' });
                   App.rContent.show(new view({
                           accessAuditList : accessAuditList,
                           tab :tab

Reply via email to