mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
parent
03d85ac6ae
commit
dbb5aba737
@ -92,10 +92,10 @@ class HostStatus extends DataView
|
|||||||
return array(
|
return array(
|
||||||
'host_severity' => array(
|
'host_severity' => array(
|
||||||
'columns' => array(
|
'columns' => array(
|
||||||
'host_severity',
|
'host_severity DESC',
|
||||||
'host_last_state_change',
|
'host_last_state_change DESC',
|
||||||
),
|
'host_display_name ASC'
|
||||||
'order' => self::SORT_DESC
|
)
|
||||||
),
|
),
|
||||||
'host_display_name' => array(
|
'host_display_name' => array(
|
||||||
'order' => self::SORT_ASC
|
'order' => self::SORT_ASC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user