mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
30 lines
946 B
XML
30 lines
946 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<dashboard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<title>UI:RequestMgmtMenuOverview:Title</title>
|
|
<layout>DashboardLayoutTwoCols</layout>
|
|
<cells>
|
|
<cell>
|
|
<dashlet id="1" xsi:type="DashletGroupByBars">
|
|
<title>UI-RequestManagementOverview-RequestByService</title>
|
|
<query>SELECT UserRequest</query>
|
|
<group_by>service_id</group_by>
|
|
<style>bars</style>
|
|
</dashlet>
|
|
</cell>
|
|
<cell>
|
|
<dashlet id="2" xsi:type="DashletGroupByPie">
|
|
<title>UI-RequestManagementOverview-RequestByPriority</title>
|
|
<query>SELECT UserRequest</query>
|
|
<group_by>priority</group_by>
|
|
<style>pie</style>
|
|
</dashlet>
|
|
</cell>
|
|
<cell>
|
|
<dashlet id="3" xsi:type="DashletObjectList">
|
|
<title>UI-RequestManagementOverview-RequestUnassigned</title>
|
|
<query>SELECT UserRequest WHERE status IN ("new", "escalated_tto")</query>
|
|
</dashlet>
|
|
</cell>
|
|
</cells>
|
|
</dashboard>
|