mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 12:05:56 +00:00
MINOR: Change pagination to 10 per page
This commit is contained in:
parent
d5107bce52
commit
e7e98140cc
@ -38,7 +38,7 @@ class DMSSiteTreeExtension extends DataExtension {
|
||||
new GridFieldFilterHeader(),
|
||||
new GridFieldSortableHeader(),
|
||||
new GridFieldDataColumns(),
|
||||
$paginatorComponent = new GridFieldPaginator(15),
|
||||
$paginatorComponent = new GridFieldPaginator(10),
|
||||
new GridFieldEditButton(),
|
||||
new DMSGridFieldDeleteAction(), //special delete dialog to handle custom behaviour of unlinking and deleting
|
||||
new GridFieldDetailForm()
|
||||
|
Loading…
x
Reference in New Issue
Block a user