mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Don't call UNIX_TIMESTAMP when sorting by host_severity
This commit is contained in:
parent
9b7a155db2
commit
1621755103
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue