mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
added general configuration
This commit is contained in:
@@ -121,11 +121,13 @@ Ext.onReady(function(){
|
||||
title: 'Config',
|
||||
items: [{
|
||||
label: 'General',
|
||||
fn: function(){console.debug( 'General Config' );}
|
||||
fn: function(){
|
||||
addTabPanel("scmConfig", "scmConfig", "Scm Config");
|
||||
}
|
||||
},{
|
||||
label: 'Repository Types',
|
||||
fn: function(){
|
||||
addTabPanel('repositoryConfig', 'configPanel', 'Repository Config');
|
||||
addTabPanel('repositoryConfig', 'repositoryConfig', 'Repository Config');
|
||||
}
|
||||
},{
|
||||
label: 'Server',
|
||||
|
||||
Reference in New Issue
Block a user