added user grid

This commit is contained in:
Sebastian Sdorra
2010-11-07 19:47:58 +01:00
parent 81965d3382
commit 0fd3f15125
3 changed files with 125 additions and 0 deletions

View File

@@ -131,6 +131,14 @@ Ext.onReady(function(){
label: 'Server',
fn: function(){console.debug( 'Server Config' );}
}]
},{
title: 'Security',
items: [{
label: 'Users',
fn: function(){
addTabPanel('userGrid', 'userGrid', 'Users');
}
}]
},{
title: 'Abmelden',
items: [{