From ae9cddf0aef45753c9eba9d7bbca77588e81395a Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Fri, 5 Nov 2010 14:28:51 +0100 Subject: [PATCH] added reload button to repository grid --- scm-webapp/src/main/webapp/resources/js/sonia.repository.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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',