فهرست منبع

User Editable Dashboards update

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2022 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 سال پیش
والد
کامیت
fbe35352a5
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml

+ 3 - 3
datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml

@@ -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>