Show 20 per page by default
This commit is contained in:
@@ -16,7 +16,7 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati
|
||||
eventLogs: [],
|
||||
activeEventLog: null,
|
||||
currentPage: 1,
|
||||
perPage: 5,
|
||||
perPage: 20,
|
||||
search: '',
|
||||
|
||||
refresh: function () {
|
||||
|
||||
Reference in New Issue
Block a user