Developer Q&A Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can I have a custom page title in a Dynatrace App?

andycarlson
Guide

I have an app that uses filters to display metric relating to various services etc. The intention is to have multiple tabs open in the browser with different filters in each tab.

All fine so far but every tab has the exact same title. I'd like to reflect the filter values in the title so that I can find the tab I want more easily.

Is it possible to customise the title?

I've tried a couple of ways suggested for vanilla React - using a <title> element and using an effect to set document.title but the title always remains as my app name followed by the tenant name and then 'Dynatrace'.

Thanks.

2 REPLIES 2

dani_coll
Dynatrace Helper
Dynatrace Helper

Hi andycarlson!

Thank you for your question. That would be a useful feature and I believe is not possible so far.

Your app is wrapped within the AppShell and we would need to provide the feature there to make the title easily customisable.

The same idea that people raised for our builtin apps https://community.dynatrace.com/t5/Product-ideas/Dashboard-and-notebook-name-in-the-web-page-title/i...  I can't promise a release date, but currently is on our roadmap

 

Hope that helps 🙂

andycarlson
Guide

Thanks for that. At least I now know that I should stop trying (for the time being).

Hope to see that feature soon 😁

Featured Posts