In home page, the OpenNMS logo file is accessed by "/opennms/images/logo.png" but if we are using the Vaadin pages (e.g., Geographical Maps), the logo's URL is "/opennms/VAADIN/themes/opennms/layouts/../images/logo.png"
In my site, I've changed the "NavBarController" class in "opennms-webapp" project, method "createHeaderHtml":
Albeit this change works, I don't know if it's the correct one, since there's a project called "onms-default-theme". May I assume that project will be used to theme all the website?
Environment
demo.opennms.org
Acceptance / Success Criteria
None
Attachments
1
Lucidchart Diagrams
Activity
Show:
Seth Leger January 22, 2015 at 4:35 PM
This was fixed during the UI reworks for OpenNMS 15. Marking as fixed.
In home page, the OpenNMS logo file is accessed by "/opennms/images/logo.png" but if we are using the Vaadin pages (e.g., Geographical Maps), the logo's URL is "/opennms/VAADIN/themes/opennms/layouts/../images/logo.png"
In my site, I've changed the "NavBarController" class in "opennms-webapp" project, method "createHeaderHtml":
changed "...<img src=\"/opennms/images/logo.png\"..."
Albeit this change works, I don't know if it's the correct one, since there's a project called "onms-default-theme". May I assume that project will be used to theme all the website?