cleanup mail eventlog ui
This commit is contained in:
@@ -26,8 +26,7 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati
|
||||
|
||||
$scope.activity.busy = false;
|
||||
|
||||
// FIXME reverse should come from the server
|
||||
$scope.activity.eventLogs = result.reverse();
|
||||
$scope.activity.eventLogs = result;
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user