[Enhancement] Extend `opensearchDashboards.branding.applicationTitle` customization to app/opensearch_dashboards_overview
See original GitHub issueDescribe the bug
when configuring brainding, and specifically opensearchDashboards.branding.applicationTitle
, the string is not applied to the page app/opensearch_dashboards_overview
To Reproduce
- configure
opensearchDashboards.branding.applicationTitle: 'something'
- open dashbaords home page and navigate to “https://<dashboard-url/app/opensearch_dashboards_overview”
- the title doesn’t match the branding configuration
Expected behavior Branding should be applied
OpenSearch Version 2.4.0
Dashboards Version 2.4.0
Screenshots
Issue Analytics
- State:
- Created 9 months ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
OpenSearch Dashboards custom branding
OpenSearch Dashboards custom branding Introduced 1.2. ... Dashboards and uses custom branding elements to replace the OpenSearch logo and application title.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@joshuarrrr This feels like a missed string replacement.
If i may, the reason why i reported this is because the actual home page has the application title changed, specifically here:
when a user clicks on “visualize and Analyze” he/she’s then redirected to the page in question… notice that the Icon remains branded, but not the application title. As such, it looks like a miss (regardless if it was intentional or not) but more important it “breaks” the immerision provided by the branding and to a simple user (that has no idea of the configuration and what is supposed to change etc), it looks like a mistake
Therefore, in my opinion, this simple string should change when application title branding is applied