mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 10:57:41 +02:00
ObjectsTable: show 100 lines instead of 25
This commit is contained in:
parent
5e98ea7b9b
commit
1df9ef13d9
@ -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…
x
Reference in New Issue
Block a user