diff --git a/datamodel/itop-config-mgmt-1.0.0/contacts_menu.xml b/datamodel/itop-config-mgmt-1.0.0/contacts_menu.xml index 3575eccce..ed1020ac2 100644 --- a/datamodel/itop-config-mgmt-1.0.0/contacts_menu.xml +++ b/datamodel/itop-config-mgmt-1.0.0/contacts_menu.xml @@ -5,9 +5,9 @@ - Menu_Contact + UI:ContactsMenu itop-config-mgmt-1.0.0/images/team.png - Contacts + Menu:ConfigManagement:AllContacts SELECT Contact status active,inactive diff --git a/datamodel/itop-welcome-itil/welcome_menu.xml b/datamodel/itop-welcome-itil/welcome_menu.xml index 727c119fd..e516b7809 100644 --- a/datamodel/itop-welcome-itil/welcome_menu.xml +++ b/datamodel/itop-welcome-itil/welcome_menu.xml @@ -5,9 +5,9 @@ - Configuration Management + UI:ConfigurationManagementMenu itop-config-mgmt-1.0.0/images/database.png - Configuration Items + UI:WelcomeMenu:AllConfigItems SELECT FunctionalCI status implementation,production,obsolete @@ -33,30 +33,30 @@ - Helpdesk + Menu:RequestManagement itop-request-mgmt-1.0.0/images/user-request-deadline.png - Open Requests + UI:WelcomeMenu:AllOpenRequests SELECT UserRequest WHERE status != "closed" status new,assigned,escalated_tto,escalated_ttr,resolved - My Open Requests + UI:WelcomeMenu:MyCalls SELECT UserRequest AS i WHERE i.caller_id = :current_contact_id AND status NOT IN ("closed", "resolved") true - Incident Management + Menu:IncidentManagement itop-incident-mgmt-1.0.0/images/incident-escalated.png - Open incidents + UI:WelcomeMenu:OpenIncidents SELECT Incident WHERE status != "closed" status new,assigned,escalated_tto,escalated_ttr,resolved - My Open incidents + UI:WelcomeMenu:MyIncidents SELECT Incident AS i WHERE i.agent_id = :current_contact_id AND status NOT IN ("closed", "resolved") true