Increase number of cronjobs on cronjob list page to 100
authorMatthias Schmidt <gravatronics@live.com>
Tue, 16 Jul 2019 16:30:44 +0000 (18:30 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 16 Jul 2019 16:30:44 +0000 (18:30 +0200)
Close #2953

wcfsetup/install/files/lib/acp/page/CronjobListPage.class.php

index 845d0c6db178163010870b7e6c6beaf9f3e08894..8f3239d3c473bbdeea43a1453783e9476ec2d910 100755 (executable)
@@ -29,6 +29,11 @@ class CronjobListPage extends SortablePage {
         */
        public $defaultSortField = 'cronjobID';
        
+       /**
+        * @inheritDoc
+        */
+       public $itemsPerPage = 100;
+       
        /**
         * @inheritDoc
         */