mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-14 22:43:52 +02:00
use links instead of items
This commit is contained in:
@@ -34,7 +34,7 @@ loginCallbacks.push(function(){
|
||||
var count = navPanel.count() - 1;
|
||||
navPanel.insertSection(count, {
|
||||
title: 'Development',
|
||||
items: [{
|
||||
links: [{
|
||||
label: 'Injection Graph',
|
||||
fn: function(){
|
||||
window.open('graph.dot');
|
||||
|
||||
Reference in New Issue
Block a user