|
@@ -0,0 +1,30 @@
|
|
|
+<?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_name</group_by>
|
|
|
+ <style>bars</style>
|
|
|
+ </dashlet>
|
|
|
+ </cell>
|
|
|
+ <cell>
|
|
|
+ <dashlet id="1" 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>
|
|
|
+
|