User Editable Dashboards update

SVN:trunk[2022]
This commit is contained in:
Denis Flaven
2012-05-24 14:19:45 +00:00
parent e540df4de9
commit 5d797afbd8

View File

@@ -3,13 +3,13 @@
<title>UI:IncidentMgmtMenuOverview:Title</title>
<layout>DashboardLayoutTwoCols</layout>
<dashlets>
<dashlet id="1" xsi:type="DashletGroupBy">
<dashlet id="1" xsi:type="DashletGroupByBars">
<title>UI-IncidentManagementOverview-IncidentByService</title>
<query>SELECT Incident</query>
<group_by>service_name</group_by>
<style>bars</style>
</dashlet>
<dashlet id="2" xsi:type="DashletGroupBy">
<dashlet id="2" xsi:type="DashletGroupByPie">
<title>UI-IncidentManagementOverview-IncidentByPriority</title>
<query>SELECT Incident</query>
<group_by>priority</group_by>
@@ -20,4 +20,4 @@
<query>SELECT Incident WHERE status IN ("new", "escalated_tto")</query>
</dashlet>
</dashlets>
</dashboard>
</dashboard>