Don't call UNIX_TIMESTAMP when sorting by service_severity

This commit is contained in:
Eric Lippmann 2017-07-27 15:03:12 +02:00 committed by Eric Lippmann
parent 8a6240fe02
commit 9b7a155db2

View File

@ -112,7 +112,7 @@ class ServiceStatus extends DataView
'service_severity' => array( 'service_severity' => array(
'columns' => array( 'columns' => array(
'service_severity', 'service_severity',
'service_last_state_change DESC' 'service_last_state_change_ts DESC'
), ),
'order' => self::SORT_DESC 'order' => self::SORT_DESC
), ),