Add pagination to eventlog

This commit is contained in:
Johannes Zellner
2020-02-13 11:20:57 +01:00
parent 43b49ef4c9
commit 8051d6ba48
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -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;