Pman.Dialog.CoreAutoSavePreview.bjs
authorEdward <edward@roojs.com>
Thu, 8 May 2014 08:59:13 +0000 (16:59 +0800)
committerEdward <edward@roojs.com>
Thu, 8 May 2014 08:59:13 +0000 (16:59 +0800)
Pman.Dialog.CoreAutoSavePreview.js

Pman.Dialog.CoreAutoSavePreview.bjs
Pman.Dialog.CoreAutoSavePreview.js

index eb24050..99b97f5 100644 (file)
                                     "|renderer": "function(v) { return v ? v.dateFormat('d/m/Y H:i') : ''; }",
                                     "|xns": "Roo.grid"
                                 },
-                                {
-                                    "xtype": "ColumnModel",
-                                    "header": "Action",
-                                    "width": 100,
-                                    "dataIndex": "action",
-                                    "|renderer": "function(v) { return String.format('{0}', v); }",
-                                    "|xns": "Roo.grid",
-                                    "*prop": "colModel[]"
-                                },
-                                {
-                                    "xtype": "ColumnModel",
-                                    "header": "IP",
-                                    "width": 100,
-                                    "dataIndex": "ipaddr",
-                                    "|renderer": "function(v) { return String.format('{0}', v); }",
-                                    "listeners": {},
-                                    "|xns": "Roo.grid",
-                                    "*prop": "colModel[]"
-                                },
                                 {
                                     "*prop": "colModel[]",
                                     "dataIndex": "on_table",
index bd2f117..d947057 100644 (file)
@@ -1128,22 +1128,6 @@ Pman.Dialog.CoreAutoSavePreview = {
                                 width : 100,
                                 renderer : function(v) { return v ? v.dateFormat('d/m/Y H:i') : ''; }
                             },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                header : 'Action',
-                                width : 100,
-                                dataIndex : 'action',
-                                renderer : function(v) { return String.format('{0}', v); }
-                            },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                header : 'IP',
-                                width : 100,
-                                dataIndex : 'ipaddr',
-                                renderer : function(v) { return String.format('{0}', v); }
-                            },
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,