Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 11 Jun 2015 05:13:16 +0000 (13:13 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Jun 2015 05:13:16 +0000 (13:13 +0800)
Pman.Tab.AdminNotify.js

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

index a3f5d20..7237cbd 100644 (file)
        "xtype" : "ColumnModel",
        "sortable" : true,
        "header" : "Method",
-       "width" : 200,
+       "width" : 100,
        "$ renderer" : "function(v,x,r) \n{ \n    var vv = (typeof(r.data.evtype_align) != 'undefined' && r.data.evtype_align) ? r.data.evtype_align : v;\n    return String.format('<span qtip=\"{0}\">{1}</span>', v, vv ); \n}",
        "$ xns" : "Roo.grid",
        "* prop" : "colModel[]",
index 6ded2c1..07ff889 100644 (file)
@@ -533,7 +533,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
            return String.format('<span qtip="{0}">{1}</span>', v, vv ); 
        },
        sortable : true,
-       width : 200,
+       width : 100,
        xns : Roo.grid,
        xtype : 'ColumnModel'
       },