added user interface for repository management

This commit is contained in:
Sebastian Sdorra
2010-11-05 13:31:46 +01:00
parent f2d8ac31bb
commit 782ffd1819
5 changed files with 376 additions and 2 deletions

View File

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