improve group grid

This commit is contained in:
Sebastian Sdorra
2011-01-02 15:42:53 +01:00
parent a8f216f178
commit 5625c86695
2 changed files with 175 additions and 6 deletions

View File

@@ -150,7 +150,7 @@ Ext.onReady(function(){
},{
label: 'Groups',
fn: function(){
addTabPanel('groups', 'groupGrid', 'Groups');
addTabPanel('groups', 'groupPanel', 'Groups');
}
}]
}]);