If you include the /trend/trend-box.jsp it is not including anything. The problem is, that it maps to /trend/trend.htm and not to /trend/trend-box.htm So either make the TrendController handle empty names or include /trend/trend-box.htm.
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Markus von Rüden September 25, 2018 at 8:31 AM
Yeah, my bad, I was too focussed on migrating to bootstrap 4 that I did not see that including the .htm file would solve the issue (-:
Christian Pape September 25, 2018 at 8:28 AM
The documentation include the following:
"Furthermore it is also possible to configure these charts to be displayed on the OpenNMS' landing page. To achieve this alter the org.opennms.web.console.centerUrl property to also include the entry /trend/trend-box.htm."
If you include the /trend/trend-box.jsp it is not including anything. The problem is, that it maps to /trend/trend.htm and not to /trend/trend-box.htm So either make the TrendController handle empty names or include /trend/trend-box.htm.