mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-30 11:19:08 +01:00
added reload button to repository grid
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user