Pman.Tab.AdminNotify.bjs
authorEdward <edward@roojs.com>
Wed, 11 Feb 2015 05:58:42 +0000 (13:58 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Feb 2015 05:58:42 +0000 (13:58 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index 04d8782..86a525c 100644 (file)
                             "xtype" : "ColumnModel",
                             "sortable" : true,
                             "header" : "Act when",
-                            "width" : 100,
+                            "width" : 150,
                             "$ renderer" : "function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); }",
                             "$ xns" : "Roo.grid",
                             "* prop" : "colModel[]",
index c4763e4..34c6927 100644 (file)
@@ -367,7 +367,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                                xtype : 'ColumnModel',
                                sortable : true,
                                header : 'Act when',
-                               width : 100,
+                               width : 150,
                                renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); },
                                xns : Roo.grid,
                                dataIndex : 'act_when'