mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Merge branch 'master' into bugfix/prefer-display_name-over-name1-name2-7843
This commit is contained in:
commit
eb6591c176
@ -48,7 +48,7 @@ class LdapDiscoveryForm extends Form
|
|||||||
array(
|
array(
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'label' => $this->translate('Host'),
|
'label' => $this->translate('Host'),
|
||||||
'description' => $this->translate('IP or host name to search.'),
|
'description' => $this->translate('IP or hostname to search.'),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -83,6 +83,7 @@ abstract class DataView implements Browsable, Countable, Filterable, Sortable
|
|||||||
|
|
||||||
public function dump()
|
public function dump()
|
||||||
{
|
{
|
||||||
|
$this->order();
|
||||||
return $this->query->dump();
|
return $this->query->dump();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -138,9 +138,6 @@ class ServiceStatus extends DataView
|
|||||||
),
|
),
|
||||||
'order' => self::SORT_ASC
|
'order' => self::SORT_ASC
|
||||||
),
|
),
|
||||||
'host_last_state_change' => array(
|
|
||||||
'order' => self::SORT_ASC
|
|
||||||
),
|
|
||||||
'host_severity' => array(
|
'host_severity' => array(
|
||||||
'columns' => array(
|
'columns' => array(
|
||||||
'host_severity',
|
'host_severity',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user