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…
Reference in New Issue