Don't call UNIX_TIMESTAMP when sorting by host_severity
This commit is contained in:
parent
9b7a155db2
commit
1621755103
|
@ -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
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue