mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
added user grid
This commit is contained in:
@@ -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: [{
|
||||
|
||||
Reference in New Issue
Block a user