mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +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 $pluginName = 'adminlog';
|
||||||
protected $table = 'dblog';
|
protected $table = 'dblog';
|
||||||
protected $pid = 'dblog_id';
|
protected $pid = 'dblog_id';
|
||||||
protected $perPage = 10;
|
protected $perPage = 15;
|
||||||
|
protected $listOrder = 'dblog_id desc';
|
||||||
|
|
||||||
protected $fields = array (
|
protected $fields = array (
|
||||||
// 'checkboxes' => array ( 'title' => '', 'type' => null, 'data' => null, 'width' => '5%', 'thclass' => 'center', 'forced' => '1', 'class' => 'center', 'toggle' => 'e-multiselect', ),
|
// '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