mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-22 07:22:15 +01:00
fix missing title on history change events
This commit is contained in:
@@ -34,6 +34,7 @@ Sonia.config.RepositoryConfig = Ext.extend(Sonia.config.ConfigPanel,{
|
||||
initComponent: function(){
|
||||
|
||||
var config = {
|
||||
title: main.tabRepositoryTypesText,
|
||||
panels: repositoryConfigPanels
|
||||
}
|
||||
|
||||
|
||||
@@ -84,6 +84,7 @@ Sonia.config.ScmConfigPanel = Ext.extend(Sonia.config.ConfigPanel,{
|
||||
initComponent: function(){
|
||||
|
||||
var config = {
|
||||
title: main.navGeneralConfigText,
|
||||
panels: [{
|
||||
xtype: 'configForm',
|
||||
title: this.titleText,
|
||||
|
||||
@@ -65,6 +65,7 @@ Sonia.plugin.Grid = Ext.extend(Sonia.rest.Grid, {
|
||||
});
|
||||
|
||||
var config = {
|
||||
title: main.tabPluginsText,
|
||||
autoExpandColumn: 'description',
|
||||
store: new Sonia.plugin.Store({
|
||||
url: restUrl + 'plugins/overview.json'
|
||||
|
||||
Reference in New Issue
Block a user