Further improve email eventlog

This commit is contained in:
Johannes Zellner
2020-03-06 14:42:08 -08:00
parent f49dd31804
commit 7e41f2ef35
2 changed files with 21 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati
eventLogs: [],
activeEventLog: null,
currentPage: 1,
perPage: 20,
perPage: 2000,
search: '',
refresh: function () {