From: Alan Knowles Date: Wed, 28 Sep 2011 07:24:01 +0000 (+0800) Subject: Pman.Tab.AdminWatches.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=08d7b7dd0a6c0770949b1494bd54e5710ec9bb29 Pman.Tab.AdminWatches.bjs Pman.Tab.AdminWatches.bjs Pman.Tab.AdminWatches.js Pman.Tab.AdminWatches.js --- diff --git a/Pman.Tab.AdminWatches.bjs b/Pman.Tab.AdminWatches.bjs index d6052de..e8c331f 100644 --- a/Pman.Tab.AdminWatches.bjs +++ b/Pman.Tab.AdminWatches.bjs @@ -136,15 +136,6 @@ "|xns": "Roo.grid", "*prop": "colModel[]" }, - { - "xtype": "ColumnModel", - "header": "Event", - "width": 200, - "dataIndex": "event", - "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid", - "*prop": "colModel[]" - }, { "xtype": "ColumnModel", "header": "Medium", diff --git a/Pman.Tab.AdminWatches.js b/Pman.Tab.AdminWatches.js index f322229..aa61bcf 100644 --- a/Pman.Tab.AdminWatches.js +++ b/Pman.Tab.AdminWatches.js @@ -288,14 +288,6 @@ Pman.Tab.AdminWatches = new Roo.util.Observable({ dataIndex : 'person_id', renderer : function(v) { return String.format('{0}', v); } }, - { - xtype: 'ColumnModel', - xns: Roo.grid, - header : 'Event', - width : 200, - dataIndex : 'event', - renderer : function(v) { return String.format('{0}', v); } - }, { xtype: 'ColumnModel', xns: Roo.grid,