mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
ActivityLogTable: order by time and id
This commit is contained in:
parent
697c367fe7
commit
6e06d7c7bc
@ -57,7 +57,7 @@ class ActivityLogTable extends QuickTable
|
||||
$query = $db->select()->from(
|
||||
array('l' => 'director_activity_log'),
|
||||
array()
|
||||
)->order('change_time DESC');
|
||||
)->order('change_time DESC')->order('id DESC');
|
||||
|
||||
foreach ($this->filters as $filter) {
|
||||
$query->where($filter[0], $filter[1]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user