limit client pagination to 10 pages at a time, closes #886

pull/943/head
Justin Richer 2015-10-13 17:28:40 -04:00
parent 8cc89e4e85
commit a5701f4ea3
1 changed files with 2 additions and 0 deletions

View File

@ -516,6 +516,8 @@ var ClientListView = Backbone.View.extend({
$('.paginator', this.el).show();
$('.paginator', this.el).bootpag({
total: numPages,
maxVisible: 10,
leaps: false,
page: 1
});
} else {