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…
Reference in New Issue