瀏覽代碼

User editable Dashboards: allow several dashlets per cell.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2027 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 年之前
父節點
當前提交
97c73301e9
共有 1 個文件被更改,包括 24 次插入18 次删除
  1. 24 18
      datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml

+ 24 - 18
datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml

@@ -2,22 +2,28 @@
 <dashboard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <title>UI:IncidentMgmtMenuOverview:Title</title>
 <layout>DashboardLayoutTwoCols</layout>
-<dashlets>
- <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="DashletGroupByPie">
-  <title>UI-IncidentManagementOverview-IncidentByPriority</title>
-  <query>SELECT Incident</query>
-  <group_by>priority</group_by>
-  <style>pie</style>
- </dashlet>
- <dashlet id="3" xsi:type="DashletObjectList">
-  <title>UI-IncidentManagementOverview-IncidentUnassigned</title>
-  <query>SELECT Incident WHERE status IN ("new", "escalated_tto")</query>
- </dashlet>
-</dashlets>
+<cells>
+ <cell>
+  <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>
+ </cell>
+ <cell>
+  <dashlet id="2" xsi:type="DashletGroupByPie">
+   <title>UI-IncidentManagementOverview-IncidentByPriority</title>
+   <query>SELECT Incident</query>
+   <group_by>priority</group_by>
+   <style>pie</style>
+  </dashlet>
+ </cell>
+ <cell>
+  <dashlet id="3" xsi:type="DashletObjectList">
+   <title>UI-IncidentManagementOverview-IncidentUnassigned</title>
+   <query>SELECT Incident WHERE status IN ("new", "escalated_tto")</query>
+  </dashlet>
+ </cell>
+</cells>
 </dashboard>