mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 18:26:16 +01:00
added id's to navigation sections
This commit is contained in:
@@ -110,6 +110,7 @@ Ext.onReady(function(){
|
|||||||
}
|
}
|
||||||
var panel = Ext.getCmp('navigationPanel');
|
var panel = Ext.getCmp('navigationPanel');
|
||||||
panel.addSection({
|
panel.addSection({
|
||||||
|
id: 'navMain',
|
||||||
title: 'Main',
|
title: 'Main',
|
||||||
items: [{
|
items: [{
|
||||||
label: 'Repositories',
|
label: 'Repositories',
|
||||||
@@ -121,6 +122,7 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
if ( admin ){
|
if ( admin ){
|
||||||
panel.addSections([{
|
panel.addSections([{
|
||||||
|
id: 'navConfig',
|
||||||
title: 'Config',
|
title: 'Config',
|
||||||
items: [{
|
items: [{
|
||||||
label: 'General',
|
label: 'General',
|
||||||
@@ -150,6 +152,7 @@ Ext.onReady(function(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
panel.addSection({
|
panel.addSection({
|
||||||
|
id: 'navLogout',
|
||||||
title: 'Abmelden',
|
title: 'Abmelden',
|
||||||
items: [{
|
items: [{
|
||||||
label: 'Abmelden',
|
label: 'Abmelden',
|
||||||
|
|||||||
Reference in New Issue
Block a user