mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-08 17:53:17 +02:00
show repository name in top toolbar of commit view
This commit is contained in:
@@ -132,7 +132,9 @@ Sonia.repository.ChangesetViewerPanel = Ext.extend(Ext.Panel, {
|
||||
|
||||
return {
|
||||
xtype: 'toolbar',
|
||||
items: ['->',
|
||||
items: [
|
||||
this.repository.name,
|
||||
'->',
|
||||
'Branches:', ' ',{
|
||||
xtype: 'combo',
|
||||
valueField: 'name',
|
||||
|
||||
Reference in New Issue
Block a user