limit client pagination to 10 pages at a time, closes #886
parent
8cc89e4e85
commit
a5701f4ea3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue