Don't call UNIX_TIMESTAMP when sorting by host_severity

This commit is contained in:
Eric Lippmann 2017-07-27 15:03:12 +02:00 committed by Eric Lippmann
parent 9b7a155db2
commit 1621755103
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class HostStatus extends DataView
'host_severity' => array(
'columns' => array(
'host_severity',
'host_last_state_change DESC'
'host_last_state_change_ts DESC'
),
'order' => self::SORT_DESC
),