Pman.Tab.GroupsList.js
[Pman.Core] / Pman.Tab.GroupsList.js
index 2b0e8b2..68ecfa7 100644 (file)
@@ -73,7 +73,7 @@ Pman.Tab.GroupsList.prototype = {
                     listeners : {
                         
                         beforeload: function(t, o) {
-                            console.log(o.params);
+                            //console.log(o.params);
                             if (!o.params) {
                                 o.params = {};
                             }
@@ -155,6 +155,8 @@ Pman.Tab.GroupsList.prototype = {
         this.panel  = parentLayout.add(region,  new Ext.GridPanel(this.grid ,
             { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: true})
         );
+
+        Roo.log(this.panel);
         this.grid.render();