mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
SyncRunTable: order by start time
This commit is contained in:
parent
de544110b2
commit
fcf62123ee
@ -71,7 +71,7 @@ class SyncRunTable extends QuickTable
|
||||
$query = $db->select()->from(
|
||||
array('sr' => 'sync_run'),
|
||||
array()
|
||||
)->order('rule_name');
|
||||
)->order('start_time DESC');
|
||||
|
||||
return $query;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user