MINOR: Increase page size back up to 15

This commit is contained in:
Andrew O'Neil 2012-09-04 15:16:31 +12:00
parent d9ccc14d67
commit e3958fc25e
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(10),
$paginatorComponent = new GridFieldPaginator(15),
new GridFieldEditButton(),
new DMSGridFieldDeleteAction(), //special delete dialog to handle custom behaviour of unlinking and deleting
new GridFieldDetailForm()