cleanup mail eventlog ui

This commit is contained in:
Girish Ramakrishnan
2020-02-12 23:17:24 -08:00
parent 8ca51f1877
commit 43b49ef4c9
3 changed files with 13 additions and 17 deletions

View File

@@ -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;
});
},