Pman.Tab.AdminNotify.bjs
[Pman.Admin] / Pman.Tab.AdminNotify.bjs
index 86a525c..d112083 100644 (file)
                             "xtype" : "ColumnModel",
                             "sortable" : true,
                             "header" : "Sent",
-                            "width" : 100,
+                            "width" : 150,
                             "$ renderer" : "function(v,x,r) {\n    if (r.data.event_id *1 == 0) {\n        return '';\n    }\n     return String.format('{0}', v ? v.format('d/M/Y H:i:s') : '');\n  }",
                             "$ xns" : "Roo.grid",
                             "* prop" : "colModel[]",
                         {
                             "xtype" : "ColumnModel",
                             "header" : "Ontable",
-                            "width" : 100,
+                            "width" : 150,
                             "$ renderer" : "function(v,x,r) { return String.format('{0}:{1}', v,r.data.onid); }",
                             "$ xns" : "Roo.grid",
                             "* prop" : "colModel[]",