mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 21:34:28 +02:00
Reduce host_severity order by columns
Ordering by host_display_name too here reduces performance and is not necessary.
This commit is contained in:
parent
e7776d08a9
commit
ee429f54d0
@ -108,8 +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 DESC'
|
||||||
'host_display_name ASC'
|
|
||||||
),
|
),
|
||||||
'order' => self::SORT_DESC
|
'order' => self::SORT_DESC
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user