mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
added group grid
This commit is contained in:
@@ -147,6 +147,11 @@ Ext.onReady(function(){
|
||||
fn: function(){
|
||||
addTabPanel('users', 'userPanel', 'Users');
|
||||
}
|
||||
},{
|
||||
label: 'Groups',
|
||||
fn: function(){
|
||||
addTabPanel('groups', 'groupGrid', 'Groups');
|
||||
}
|
||||
}]
|
||||
}]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user