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") + + +