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 ba69305b79..631bc92811 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js @@ -303,7 +303,9 @@ Sonia.repository.Panel = Ext.extend(Ext.Panel, { autoScroll: true, tbar: [ {xtype: 'tbbutton', text: 'Add', scope: this, handler: this.showAddForm}, - {xtype: 'tbbutton', text: 'Remove', scope: this, handler: this.remove} + {xtype: 'tbbutton', text: 'Remove', scope: this, handler: this.remove}, + '-', + {xtype: 'tbbutton', text: 'Reload', scope: this, handler: this.reload}, ], items: [{ id: 'repositoryGrid',