mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
added user interface for repository management
This commit is contained in:
@@ -113,7 +113,9 @@ Ext.onReady(function(){
|
||||
title: 'Main',
|
||||
items: [{
|
||||
label: 'Repositories',
|
||||
fn: function(){console.debug( 'Repositories' );}
|
||||
fn: function(){
|
||||
addTabPanel('repositories', 'repositoryPanel', 'Repositories');
|
||||
}
|
||||
}]
|
||||
},{
|
||||
title: 'Config',
|
||||
|
||||
Reference in New Issue
Block a user