mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
monitoring: Order a data view before dumping
This commit is contained in:
parent
e93628f4b4
commit
9e8c897d6f
@ -83,6 +83,7 @@ abstract class DataView implements Browsable, Countable, Filterable, Sortable
|
||||
|
||||
public function dump()
|
||||
{
|
||||
$this->order();
|
||||
return $this->query->dump();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user