mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 18:26:16 +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(){
|
postLogin: function(){
|
||||||
this.createMainMenu();
|
this.createMainMenu();
|
||||||
this.createRepositoryPanel();
|
this.createHomePanel();
|
||||||
},
|
},
|
||||||
|
|
||||||
createRepositoryPanel: function(){
|
createHomePanel: function(){
|
||||||
if ( debug ){
|
if ( debug ){
|
||||||
console.debug('create repository panel');
|
console.debug('create home panel');
|
||||||
}
|
}
|
||||||
this.mainTabPanel.add({
|
this.mainTabPanel.add({
|
||||||
id: 'repositories',
|
id: 'repositories',
|
||||||
@@ -120,7 +120,7 @@ Sonia.scm.Main = Ext.extend(Ext.util.Observable, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
addRepositoriesTabPanel: function(){
|
addRepositoriesTabPanel: function(){
|
||||||
this.mainTabPanel.setActiveTab('repositories');
|
this.addTabPanel("repositories", "repositoryPanel", this.tabRepositoriesText);
|
||||||
},
|
},
|
||||||
|
|
||||||
addScmConfigTabPanel: function(){
|
addScmConfigTabPanel: function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user