MINOR: Change pagination to 10 per page

This commit is contained in:
Andrew O'Neil 2012-09-03 11:19:27 +12:00
parent d5107bce52
commit e7e98140cc
1 changed files with 1 additions and 1 deletions

View File

@ -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()