Repository: incubator-ranger
Updated Branches:
  refs/heads/ranger-0.5 b234d38b9 -> 13ad49655


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/13ad4965
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/13ad4965
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/13ad4965

Branch: refs/heads/ranger-0.5
Commit: 13ad496558b5d364e5484101cd920a2d3f4318a0
Parents: b234d38
Author: Gautam Borad <[email protected]>
Authored: Tue Jan 12 17:49:10 2016 +0530
Committer: Madhan Neethiraj <[email protected]>
Committed: Wed Jan 13 11:01:33 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/13ad4965/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 0819f9e..edbc5b9 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