added group grid

This commit is contained in:
Sebastian Sdorra
2011-01-01 19:18:43 +01:00
parent f39c45b7c7
commit 94c45ea0ed
3 changed files with 114 additions and 0 deletions

View File

@@ -147,6 +147,11 @@ Ext.onReady(function(){
fn: function(){
addTabPanel('users', 'userPanel', 'Users');
}
},{
label: 'Groups',
fn: function(){
addTabPanel('groups', 'groupGrid', 'Groups');
}
}]
}]);
}