mirror of
https://github.com/e107inc/e107.git
synced 2025-07-24 16:31:48 +02:00
Fixed sort order on rolling log.
This commit is contained in:
@@ -690,7 +690,8 @@ class dblog_ui extends e_admin_ui
|
||||
protected $pluginName = 'adminlog';
|
||||
protected $table = 'dblog';
|
||||
protected $pid = 'dblog_id';
|
||||
protected $perPage = 10;
|
||||
protected $perPage = 15;
|
||||
protected $listOrder = 'dblog_id desc';
|
||||
|
||||
protected $fields = array (
|
||||
// 'checkboxes' => array ( 'title' => '', 'type' => null, 'data' => null, 'width' => '5%', 'thclass' => 'center', 'forced' => '1', 'class' => 'center', 'toggle' => 'e-multiselect', ),
|
||||
|
Reference in New Issue
Block a user