added id's to navigation sections

This commit is contained in:
Sebastian Sdorra
2010-12-06 17:15:27 +01:00
parent b0f2339981
commit 07ca40c7c0

View File

@@ -110,6 +110,7 @@ Ext.onReady(function(){
}
var panel = Ext.getCmp('navigationPanel');
panel.addSection({
id: 'navMain',
title: 'Main',
items: [{
label: 'Repositories',
@@ -121,6 +122,7 @@ Ext.onReady(function(){
if ( admin ){
panel.addSections([{
id: 'navConfig',
title: 'Config',
items: [{
label: 'General',
@@ -150,6 +152,7 @@ Ext.onReady(function(){
}
panel.addSection({
id: 'navLogout',
title: 'Abmelden',
items: [{
label: 'Abmelden',