Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.12.8, 14.0.0
-
Fix Version/s: 15.0.0
-
Component/s: Web UI - General
-
Security Level: Default (Default Security Scheme)
-
Labels:None
-
Environment:demo.opennms.org
Description
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?