Merge branch 'master' into bugfix/prefer-display_name-over-name1-name2-7843

This commit is contained in:
Eric Lippmann 2015-01-21 09:36:41 +01:00
commit eb6591c176
3 changed files with 2 additions and 4 deletions

View File

@ -48,7 +48,7 @@ class LdapDiscoveryForm extends Form
array(
'required' => false,
'label' => $this->translate('Host'),
'description' => $this->translate('IP or host name to search.'),
'description' => $this->translate('IP or hostname to search.'),
)
);

View File

@ -83,6 +83,7 @@ abstract class DataView implements Browsable, Countable, Filterable, Sortable
public function dump()
{
$this->order();
return $this->query->dump();
}

View File

@ -138,9 +138,6 @@ class ServiceStatus extends DataView
),
'order' => self::SORT_ASC
),
'host_last_state_change' => array(
'order' => self::SORT_ASC
),
'host_severity' => array(
'columns' => array(
'host_severity',