Changing the text of the Browser Tab

Is it possible to change the text that is shown in the Browser tab/Browser Title Bar?

image

Check out UDHelmet. It lets you set the title: https://github.com/ironmansoftware/ud-helmet

 New-UDHelmet -Content {
            New-UDHtmlTag -Tag 'title' -Content { "Hello" }
        }
1 Like

Thanks.

Hello,
Can the UDHelmet be used with dashboard pages? Dont seem to be able to make it work.

Is it possible that with the Enterprise version the title changes automatically?
I have the correct title on every page. I have set the page title with the Title parameter of New-UDPage, f.e.

image

New-UDPage -Url "/ad/home" -Icon home -Id "page_ad_home" -Title "AD - Homepage" -Endpoint { ...}