mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
make repositorybrowser closeable
This commit is contained in:
@@ -82,7 +82,8 @@ Sonia.repository.ExtendedInfoPanel = Ext.extend(Sonia.repository.InfoPanel,{
|
|||||||
return {
|
return {
|
||||||
id: 'repositorybrowser-' + this.item.id,
|
id: 'repositorybrowser-' + this.item.id,
|
||||||
xtype: 'repositoryBrowser',
|
xtype: 'repositoryBrowser',
|
||||||
repository: this.item
|
repository: this.item,
|
||||||
|
closable: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user