Show 20 per page by default

This commit is contained in:
Girish Ramakrishnan
2020-02-14 09:04:54 -08:00
parent 4283046e76
commit ae0c0f957e

View File

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