浏览代码

Cosmetics in the overviews (menu templates)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@381 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 年之前
父节点
当前提交
ac3b2d25b3
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      setup/data/structure/1.menus.xml

+ 4 - 4
setup/data/structure/1.menus.xml

@@ -252,7 +252,7 @@ text-align:center;
 </tr><tr>
 <td class="dashboard">
 <p style="text-align:left; font-family:Verdana, Arial, sans-serif; font-size:16px;">Changes by Workgroup</p>
-<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:workgroup_name" asynchronous="false" encoding="text/oql">SELECT bizChangeTicket</itopblock>
+<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:workgroup_id" asynchronous="false" encoding="text/oql">SELECT bizChangeTicket</itopblock>
 </td>
 <td class="dashboard">
 <p style="text-align:left; font-family:Verdana, Arial, sans-serif; font-size:16px;">Changes not yet assigned</p>
@@ -392,10 +392,10 @@ td.dashboard {
 <tr>
 <td class="dashboard">
 <p style="text-align:left; font-family:Verdana, Arial, sans-serif; font-size:16px;">Contacts by Location</p>
-<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:location_name" asynchronous="false" encoding="text/oql">SELECT bizContact</itopblock>
+<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:location_id" asynchronous="false" encoding="text/oql">SELECT bizContact</itopblock>
 </td>
 <td class="dashboard">
-<itopblock BlockClass="DisplayBlock" type="open_flash_chart" parameters="chart_type:pie;chart_title:Contacts by location;group_by:location_name" asynchronous="false" encoding="text/oql">SELECT bizContact</itopblock>
+<itopblock BlockClass="DisplayBlock" type="open_flash_chart" parameters="chart_type:pie;chart_title:Contacts by location;group_by:location_id" asynchronous="false" encoding="text/oql">SELECT bizContact</itopblock>
 </td>
 </tr>
 <tr>
@@ -514,7 +514,7 @@ text-align:center;
 </tr><tr>
 <td class="dashboard">
 <p style="text-align:left; font-family:Verdana, Arial, sans-serif; font-size:16px;">Incidents by Workgroup</p>
-<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:workgroup_name" asynchronous="false" encoding="text/oql">SELECT bizIncidentTicket</itopblock>
+<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:workgroup_id" asynchronous="false" encoding="text/oql">SELECT bizIncidentTicket</itopblock>
 </td>
 <td class="dashboard">
 <p style="text-align:left; font-family:Verdana, Arial, sans-serif; font-size:16px;">Incidents not yet assigned</p>