diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js index b05f02f7f9..2148cfc4d8 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js @@ -966,13 +966,14 @@ Sonia.repository.ChangesetViewerPanel = Ext.extend(Ext.Panel, { xtype: 'repositoryChangesetViewerGrid', repository: this.repository, store: changesetStore - }, { + }], + bbar: { xtype: 'paging', store: changesetStore, displayInfo: true, pageSize: this.pageSize, prependButtons: true - }] + } }; Ext.apply(this, Ext.apply(this.initialConfig, config));