Pman.Tab.AdminWatches.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:24:30 +0000 (15:24 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:24:30 +0000 (15:24 +0800)
Pman.Tab.AdminWatches.bjs
Pman.Tab.AdminWatches.js
Pman.Tab.AdminWatches.js

Pman.Tab.AdminWatches.bjs
Pman.Tab.AdminWatches.js

index 71d1895..62e03da 100644 (file)
                             "|xns": "Roo.grid"
                         },
                         {
-                            "xtype": "ColumnModel",
-                            "header": "Onid",
-                            "width": 75,
+                            "*prop": "colModel[]",
                             "dataIndex": "onid",
+                            "header": "Watch ID",
+                            "width": 75,
+                            "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
-                            "|xns": "Roo.grid",
-                            "*prop": "colModel[]"
+                            "|xns": "Roo.grid"
                         },
                         {
                             "xtype": "ColumnModel",
index f9833e2..2462132 100644 (file)
@@ -275,9 +275,9 @@ Pman.Tab.AdminWatches = new Roo.util.Observable({
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
-                        header : 'Onid',
-                        width : 75,
                         dataIndex : 'onid',
+                        header : 'Watch ID',
+                        width : 75,
                         renderer : function(v) { return String.format('{0}', v); }
                     },
                     {