Dont not show all those mail events

This commit is contained in:
Johannes Zellner
2020-03-07 02:21:21 -08:00
parent 1c98cba36d
commit 237decb81e

View File

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