fix missing title on history change events

This commit is contained in:
Sebastian Sdorra
2011-11-19 17:38:49 +01:00
parent 1201161a55
commit fa460a6549
3 changed files with 3 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ Sonia.config.RepositoryConfig = Ext.extend(Sonia.config.ConfigPanel,{
initComponent: function(){
var config = {
title: main.tabRepositoryTypesText,
panels: repositoryConfigPanels
}

View File

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

View File

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