diff --git a/src/views/emails.html b/src/views/emails.html index 603311e63..c67bc31bf 100644 --- a/src/views/emails.html +++ b/src/views/emails.html @@ -111,6 +111,13 @@ + + + + Event Log is empty. + + + @@ -134,6 +141,9 @@
+ + + Show Raw Logs diff --git a/src/views/emails.js b/src/views/emails.js index dea00e66b..f0b41328f 100644 --- a/src/views/emails.js +++ b/src/views/emails.js @@ -16,7 +16,7 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati eventLogs: [], activeEventLog: null, currentPage: 1, - perPage: 1000, + perPage: 100, fetchEventLogs: function () { $scope.activity.busy = true;