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