From f6559d43fc7de27c5f02c01b76ae024dc59c3a2c Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Fri, 25 May 2012 09:18:08 +0000 Subject: [PATCH] User editable Dashboards: allow several dashlets per cell. SVN:trunk[2027] --- .../incident-dashboard.xml | 42 +++++++++++-------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml b/datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml index f6bf9d50b..b03493f7c 100644 --- a/datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml +++ b/datamodel/itop-incident-mgmt-1.0.0/incident-dashboard.xml @@ -2,22 +2,28 @@ UI:IncidentMgmtMenuOverview:Title DashboardLayoutTwoCols - - - UI-IncidentManagementOverview-IncidentByService - SELECT Incident - service_name - - - - UI-IncidentManagementOverview-IncidentByPriority - SELECT Incident - priority - - - - UI-IncidentManagementOverview-IncidentUnassigned - SELECT Incident WHERE status IN ("new", "escalated_tto") - - + + + + UI-IncidentManagementOverview-IncidentByService + SELECT Incident + service_name + + + + + + UI-IncidentManagementOverview-IncidentByPriority + SELECT Incident + priority + + + + + + UI-IncidentManagementOverview-IncidentUnassigned + SELECT Incident WHERE status IN ("new", "escalated_tto") + + +