Pman.Tab.AdminNotify.bjs
[Pman.Admin] / Pman.Tab.AdminNotify.bjs
index 8a8f60e..d107577 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-162",
+    "id": "roo-file-210",
     "name": "Pman.Tab.AdminNotify",
     "parent": "Pman.Tab.AdminWatchNotify",
     "title": "Pman.Tab.AdminNotify",
                             "*prop": "colModel[]",
                             "dataIndex": "person_id_name",
                             "header": "Who to notify",
-                            "width": 200,
+                            "width": 100,
+                            "xtype": "ColumnModel",
+                            "|renderer": "function(v,x,r) {\n     return String.format('{0} <u>&lt;{1}&gt;</u>', v, r.data.person_id_email); \n }",
+                            "|xns": "Roo.grid"
+                        },
+                        {
+                            "*prop": "colModel[]",
+                            "dataIndex": "trigger_event_id",
+                            "header": "Triggered by",
+                            "width": 100,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v,x,r) {\n     return String.format('{0} <u>&lt;{1}&gt;</u>', v, r.data.person_id_email); \n }",
                             "|xns": "Roo.grid"