mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Don't call UNIX_TIMESTAMP when sorting by service_severity
This commit is contained in:
parent
8a6240fe02
commit
9b7a155db2
@ -112,7 +112,7 @@ class ServiceStatus extends DataView
|
||||
'service_severity' => array(
|
||||
'columns' => array(
|
||||
'service_severity',
|
||||
'service_last_state_change DESC'
|
||||
'service_last_state_change_ts DESC'
|
||||
),
|
||||
'order' => self::SORT_DESC
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user