mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
improve debugging
This commit is contained in:
@@ -95,11 +95,14 @@ Ext.onReady(function(){
|
||||
},{
|
||||
title: 'Config',
|
||||
items: [{
|
||||
label: 'Repositories',
|
||||
fn: null
|
||||
label: 'General',
|
||||
fn: function(){ console.debug( 'General Config' ); }
|
||||
},{
|
||||
label: 'Repository Types',
|
||||
fn: function(){ console.debug( 'Repository Type Config' ); }
|
||||
},{
|
||||
label: 'Server',
|
||||
fn: null
|
||||
fn: function(){ console.debug( 'Server Config' ); }
|
||||
}]
|
||||
}]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user