mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
31 lines
944 B
XML
31 lines
944 B
XML
<?xml version="1.0"?>
|
|
<dashboard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<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>
|
|
<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>
|
|
<cell>
|
|
<dashlet id="3" xsi:type="DashletObjectList"/>
|
|
<title>UI-ProblemManagementOverview-ProblemUnassigned</title>
|
|
<query>SELECT Problem WHERE status IN ("new")</query>
|
|
<menu>true</menu>
|
|
</cell>
|
|
</cells>
|
|
</dashboard>
|
|
|