@@ -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;
|