From a50f42b512131a0904c5d03516ad9423a0ebac22 Mon Sep 17 00:00:00 2001 From: Boxiang Sun <boxiang.sun@nexedi.com> Date: Mon, 11 Sep 2017 13:33:36 +0000 Subject: [PATCH] erp5_officejs_support_request_ui: Switch the chart title. The commit 1fbf9ba92b0fbb9634cce9c7f7c2c80fd8a2f237 put the title in wrong order. Correct it. This commit is not a revert, it is a fixing. --- .../web_page_module/gadget_supportrequest_homepage_js.js | 4 ++-- .../web_page_module/gadget_supportrequest_homepage_js.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.js b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.js index 59caddfe64..45de3a4dd5 100644 --- a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.js +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.js @@ -190,7 +190,7 @@ '0': {"title": "Days"}, '1': {"title": "Number", "value_type": "number"} }, - title: "Last Month Activity" + title: "Support Request Pipe" } } } @@ -221,7 +221,7 @@ 0: {"title": "date"}, 1: {"title": "value", "value_type": "number"} }, - title: "Support Request Pipe" + title: "Last Month Activity" } } }); diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.xml b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.xml index 5a811a2f38..fb0aa9e667 100644 --- a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.xml +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.xml @@ -236,7 +236,7 @@ </item> <item> <key> <string>serial</string> </key> - <value> <string>962.1253.14163.7168</string> </value> + <value> <string>962.1253.58085.39031</string> </value> </item> <item> <key> <string>state</string> </key> @@ -254,7 +254,7 @@ </tuple> <state> <tuple> - <float>1505136353.12</float> + <float>1505136646.23</float> <string>UTC</string> </tuple> </state> -- 2.30.9