mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Better sort default for service status
This commit is contained in:
parent
649ebef287
commit
cf7aaaed8e
@ -135,6 +135,10 @@ class ServiceStatus extends DataView
|
||||
{
|
||||
return array(
|
||||
'host_name' => array(
|
||||
'columns' => array(
|
||||
'service_host_name',
|
||||
'service_description'
|
||||
),
|
||||
'order' => self::SORT_ASC
|
||||
),
|
||||
'host_address' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user