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(
|
||||
'columns' => array(
|
||||
'host_severity',
|
||||
'host_last_state_change DESC',
|
||||
'host_display_name ASC'
|
||||
'host_last_state_change DESC'
|
||||
),
|
||||
'order' => self::SORT_DESC
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue