mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
Dashboards for 2.0, replaced external fields by the external key (group by) + fixed an issue in the numbering of dashlets
SVN:trunk[2213]
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<dashlet id="4" xsi:type="DashletGroupByPie">
|
||||
<title>UI-ContactsMenu-ContactsByLocation</title>
|
||||
<query>SELECT Contact</query>
|
||||
<group_by>location_name</group_by>
|
||||
<group_by>location_id</group_by>
|
||||
<style>pie</style>
|
||||
</dashlet>
|
||||
</cell>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<dashlet id="1" xsi:type="DashletGroupByBars">
|
||||
<title>UI-IncidentManagementOverview-IncidentByService</title>
|
||||
<query>SELECT Incident</query>
|
||||
<group_by>service_name</group_by>
|
||||
<group_by>service_id</group_by>
|
||||
<style>bars</style>
|
||||
</dashlet>
|
||||
</cell>
|
||||
|
||||
@@ -7,12 +7,12 @@
|
||||
<dashlet id="1" xsi:type="DashletGroupByBars">
|
||||
<title>UI-ProblemManagementOverview-ProblemByService</title>
|
||||
<query>SELECT Problem</query>
|
||||
<group_by>service_name</group_by>
|
||||
<group_by>service_id</group_by>
|
||||
<style>bars</style>
|
||||
</dashlet>
|
||||
</cell>
|
||||
<cell>
|
||||
<dashlet id="1" xsi:type="DashletGroupByPie">
|
||||
<dashlet id="2" xsi:type="DashletGroupByPie">
|
||||
<title>UI-ProblemManagementOverview-ProblemByPriority</title>
|
||||
<query>SELECT Problem</query>
|
||||
<group_by>priority</group_by>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<dashlet id="1" xsi:type="DashletGroupByBars">
|
||||
<title>UI-RequestManagementOverview-RequestByService</title>
|
||||
<query>SELECT UserRequest</query>
|
||||
<group_by>service_name</group_by>
|
||||
<group_by>service_id</group_by>
|
||||
<style>bars</style>
|
||||
</dashlet>
|
||||
</cell>
|
||||
|
||||
Reference in New Issue
Block a user