mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
rename createRepositoriesPanel method to createHomePanel
This commit is contained in:
@@ -102,12 +102,12 @@ Sonia.scm.Main = Ext.extend(Ext.util.Observable, {
|
||||
|
||||
postLogin: function(){
|
||||
this.createMainMenu();
|
||||
this.createRepositoryPanel();
|
||||
this.createHomePanel();
|
||||
},
|
||||
|
||||
createRepositoryPanel: function(){
|
||||
createHomePanel: function(){
|
||||
if ( debug ){
|
||||
console.debug('create repository panel');
|
||||
console.debug('create home panel');
|
||||
}
|
||||
this.mainTabPanel.add({
|
||||
id: 'repositories',
|
||||
@@ -120,7 +120,7 @@ Sonia.scm.Main = Ext.extend(Ext.util.Observable, {
|
||||
},
|
||||
|
||||
addRepositoriesTabPanel: function(){
|
||||
this.mainTabPanel.setActiveTab('repositories');
|
||||
this.addTabPanel("repositories", "repositoryPanel", this.tabRepositoriesText);
|
||||
},
|
||||
|
||||
addScmConfigTabPanel: function(){
|
||||
|
||||
Reference in New Issue
Block a user