Add pagination to eventlog
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user