mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
Slight (incomptaible!) modification to the dashboards format to support incremental changes through the XML.
SVN:trunk[2336]
This commit is contained in:
@@ -3,27 +3,40 @@
|
||||
<layout>DashboardLayoutTwoCols</layout>
|
||||
<title></title>
|
||||
<cells>
|
||||
<cell>
|
||||
<dashlet id="1" xsi:type="DashletGroupByBars">
|
||||
<title>UI-ProblemManagementOverview-ProblemByService</title>
|
||||
<query>SELECT Problem</query>
|
||||
<group_by>service_id</group_by>
|
||||
<style>bars</style>
|
||||
</dashlet>
|
||||
<cell id="0">
|
||||
<rank>0</rank>
|
||||
<dashlets>
|
||||
<dashlet id="1" xsi:type="DashletGroupByBars">
|
||||
<rank>0</rank>
|
||||
<title>UI-ProblemManagementOverview-ProblemByService</title>
|
||||
<query>SELECT Problem</query>
|
||||
<group_by>service_id</group_by>
|
||||
<style>bars</style>
|
||||
</dashlet>
|
||||
</dashlets>
|
||||
</cell>
|
||||
<cell>
|
||||
<dashlet id="2" xsi:type="DashletGroupByPie">
|
||||
<title>UI-ProblemManagementOverview-ProblemByPriority</title>
|
||||
<query>SELECT Problem</query>
|
||||
<group_by>priority</group_by>
|
||||
<style>pie</style>
|
||||
</dashlet>
|
||||
<cell id="1">
|
||||
<rank>1</rank>
|
||||
<dashlets>
|
||||
<dashlet id="2" xsi:type="DashletGroupByPie">
|
||||
<rank>0</rank>
|
||||
<title>UI-ProblemManagementOverview-ProblemByPriority</title>
|
||||
<query>SELECT Problem</query>
|
||||
<group_by>priority</group_by>
|
||||
<style>pie</style>
|
||||
</dashlet>
|
||||
</dashlets>
|
||||
</cell>
|
||||
<cell>
|
||||
<dashlet id="3" xsi:type="DashletObjectList"/>
|
||||
<title>UI-ProblemManagementOverview-ProblemUnassigned</title>
|
||||
<query>SELECT Problem WHERE status IN ("new")</query>
|
||||
<menu>true</menu>
|
||||
<cell id="2">
|
||||
<rank>2</rank>
|
||||
<dashlets>
|
||||
<dashlet id="3" xsi:type="DashletObjectList">
|
||||
<rank>0</rank>
|
||||
<title>UI-ProblemManagementOverview-ProblemUnassigned</title>
|
||||
<query>SELECT Problem WHERE status IN ("new")</query>
|
||||
<menu>true</menu>
|
||||
</dashlet>
|
||||
</dashlets>
|
||||
</cell>
|
||||
</cells>
|
||||
</dashboard>
|
||||
|
||||
Reference in New Issue
Block a user