Show 30 events by default
This commit is contained in:
@@ -849,7 +849,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
eventlogs: [],
|
||||
activeEventLog: null,
|
||||
currentPage: 1,
|
||||
perPage: 5,
|
||||
perPage: 30,
|
||||
|
||||
show: function () {
|
||||
$scope.eventlog.refresh();
|
||||
|
||||
Reference in New Issue
Block a user