Skip to content

Commit

Permalink
Show up to 15 histories by default in saved histories menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Aug 20, 2017
1 parent cd22de1 commit 0e46888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/controllers/history.py
Expand Up @@ -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
Expand Down

0 comments on commit 0e46888

Please sign in to comment.