Show 30 events by default

This commit is contained in:
Johannes Zellner
2021-09-23 16:31:39 +02:00
parent 5d7832bec1
commit d32f133d98

View File

@@ -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();