Better sort default for service status

This commit is contained in:
Thomas Gelf 2014-04-17 16:25:32 +00:00
parent 649ebef287
commit cf7aaaed8e
1 changed files with 4 additions and 0 deletions

View File

@ -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(