mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
We want to sort by raw timestamps, we don't want to fetch them
This commit is contained in:
parent
dfb261a5ca
commit
3fa5ef0ea2
@ -151,14 +151,14 @@ abstract class AbstractObject
|
||||
'host_name',
|
||||
'service_description',
|
||||
'timestamp',
|
||||
'raw_timestamp',
|
||||
// 'raw_timestamp',
|
||||
'state',
|
||||
'attempt',
|
||||
'max_attempts',
|
||||
'output',
|
||||
'type'
|
||||
)
|
||||
)->sort('timestamp', 'DESC')->getQuery();
|
||||
)->sort('raw_timestamp', 'DESC')->getQuery();
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user