added reload button to repository grid

This commit is contained in:
Sebastian Sdorra
2010-11-05 14:28:51 +01:00
parent d7c1f60541
commit ae9cddf0ae

View File

@@ -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',