Pman.Tab.AdminLogDrill.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 13 Nov 2013 04:45:12 +0000 (12:45 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 13 Nov 2013 04:45:12 +0000 (12:45 +0800)
Pman.Tab.AdminLogDrill.js

Pman.Tab.AdminLogDrill.bjs
Pman.Tab.AdminLogDrill.js

index a332961..e70fbc6 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-147",
+    "id": "roo-file-195",
     "name": "Pman.Tab.AdminLogDrill",
     "parent": "Pman.Tab.AdminLogs",
     "title": "Pman.Tab.AdminLogDrill",
@@ -81,6 +81,7 @@
                                         {
                                             "*prop": "proxy",
                                             "method": "GET",
+                                            "timeout": 50000,
                                             "xtype": "HttpProxy",
                                             "|url": "baseURL + '/Roo/Events.php'",
                                             "|xns": "Roo.data"
                                         {
                                             "*prop": "proxy",
                                             "method": "GET",
+                                            "timeout": 60000,
                                             "xtype": "HttpProxy",
                                             "|url": "baseURL + '/Roo/Events.php'",
                                             "|xns": "Roo.data"
index 9425ec0..14afa77 100644 (file)
@@ -113,6 +113,7 @@ Pman.Tab.AdminLogDrill = new Roo.XComponent({
                                 xtype: 'HttpProxy',
                                 xns: Roo.data,
                                 method : 'GET',
+                                timeout : 50000,
                                 url : baseURL + '/Roo/Events.php'
                             },
                             reader : {
@@ -287,6 +288,7 @@ Pman.Tab.AdminLogDrill = new Roo.XComponent({
                                 xtype: 'HttpProxy',
                                 xns: Roo.data,
                                 method : 'GET',
+                                timeout : 60000,
                                 url : baseURL + '/Roo/Events.php'
                             },
                             reader : {