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…
Reference in New Issue