chg: use factory index view for access logs

pull/9434/head
Luciano Righetti 2023-12-07 11:18:39 +01:00
parent bf9ee1a0ca
commit 9cdea3488a
3 changed files with 1 additions and 5 deletions

View File

@ -3,13 +3,11 @@
namespace App\Controller\Admin;
use App\Controller\AppController;
use App\Model\Entity\AccessLog;
use Cake\Core\Configure;
use Cake\Http\Exception\NotFoundException;
class AccessLogsController extends AppController
{
public $paginate = [
'recursive' => -1,
'limit' => 60,

View File

@ -21,8 +21,6 @@ class AccessLogsTable extends AppTable
{
use LogExtendedTrait;
public $actsAs = ['LightPaginator'];
public function initialize(array $config): void
{
parent::initialize($config);

View File

@ -79,4 +79,4 @@ echo $this->element(
]
]
);
// TODO: [3.x-MIGRATION] add ajax dialog for request body, sql queries and human readable memory usage and duration
// TODO: [3.x-MIGRATION] add ajax dialog for request body, sql queries and human readable memory usage and duration