mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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(
|
return array(
|
||||||
'host_name' => array(
|
'host_name' => array(
|
||||||
|
'columns' => array(
|
||||||
|
'service_host_name',
|
||||||
|
'service_description'
|
||||||
|
),
|
||||||
'order' => self::SORT_ASC
|
'order' => self::SORT_ASC
|
||||||
),
|
),
|
||||||
'host_address' => array(
|
'host_address' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user