diff --git a/lib/galaxy/webapps/galaxy/controllers/history.py b/lib/galaxy/webapps/galaxy/controllers/history.py index e8f095e63435..629a47f16dd5 100644 --- a/lib/galaxy/webapps/galaxy/controllers/history.py +++ b/lib/galaxy/webapps/galaxy/controllers/history.py @@ -120,7 +120,7 @@ def sort(self, trans, query, ascending, column_name=None): grids.GridColumnFilter("All", args=dict(deleted='All')), ] default_filter = dict(name="All", deleted="False", tags="All", sharing="All") - num_rows_per_page = 10 + num_rows_per_page = 15 preserve_state = False use_async = True use_paging = True