mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
ObjectsTable: show 100 lines instead of 25
This commit is contained in:
parent
5e98ea7b9b
commit
1df9ef13d9
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class ObjectsTable extends ZfQueryBasedTable
|
|||
['o' => $table],
|
||||
$this->getColumns()
|
||||
)
|
||||
->order('o.object_name')
|
||||
->order('o.object_name')->limit(100)
|
||||
);
|
||||
|
||||
return $this->applyObjectTypeFilter($query);
|
||||
|
|
|
|||
Loading…
Reference in a new issue