mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
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(
|
'host_severity' => array(
|
||||||
'columns' => array(
|
'columns' => array(
|
||||||
'host_severity',
|
'host_severity',
|
||||||
'host_last_state_change DESC'
|
'host_last_state_change_ts DESC'
|
||||||
),
|
),
|
||||||
'order' => self::SORT_DESC
|
'order' => self::SORT_DESC
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user