diff --git a/ansible/templates/openboxes-config.groovy.j2 b/ansible/templates/openboxes-config.groovy.j2 index 7abd710..5e2b7b6 100644 --- a/ansible/templates/openboxes-config.groovy.j2 +++ b/ansible/templates/openboxes-config.groovy.j2 @@ -90,13 +90,9 @@ openboxes.mail.errors.enabled = false {% endif %} openboxes.megamenu.customLinks.enabled = true -openboxes.megamenu.customLinks.content = [ - [label: 'Request item creation', href: 'https://goo.gl/forms/x1red4Q7fL0ThH253', target: '_blank'], - [label: 'Training Videos', href: 'https://openboxes.com/tutorials/', target: '_blank'] -] openboxes.megamenu.customLinks.menuItems = [ - [label: 'requestItemCreation.label', defaultLabel: 'Request item creation', href: 'https://goo.gl/forms/x1red4Q7fL0ThH253', target: '_blank'], - [label: 'trainingVideos.label', defaultLabel: 'Training Videos', href: 'https://openboxes.com/tutorials/', target: '_blank'] + [label: 'requestItemCreation.label', defaultLabel: 'Request item creation', href: 'https://pihops.atlassian.net/servicedesk/customer/portal/3/group/5/create/41', target: '_blank'], + [label: 'trainingVideos.label', defaultLabel: 'Training Videos', href: 'https://openboxes.com/tutorials/', target: '_blank'] ] openboxes.report.logo.url = "https://{{ ansible_fqdn }}/images/pih_2020_logo_full.png"