readd sonia.config.js and sonia.plugins

This commit is contained in:
Sebastian Sdorra
2010-11-06 16:56:27 +01:00
parent 71a1c5cd11
commit f415e68266
3 changed files with 147 additions and 1 deletions

View File

@@ -124,7 +124,9 @@ Ext.onReady(function(){
fn: function(){console.debug( 'General Config' );}
},{
label: 'Repository Types',
fn: function(){console.debug( 'RepositoryType Config' );}
fn: function(){
addTabPanel('repositoryConfig', 'configPanel', 'Repository Config');
}
},{
label: 'Server',
fn: function(){console.debug( 'Server Config' );}