Would it be possible to have a New-UDIcon as a page logo? I originally overrode a dashboard page’s header using the following:
#Header
New-UDAppBar -Children {
New-UDIcon -Icon "users" -Size '2x'
New-UDHtml -Markup ("<h2> Page Title!</h2>" )
}
However I wanted to add a second page to my dashboard and cheating the header in the manner above prevented the dynamic navigation hamburger button from showing. I can replace the header with a logo PNG from a published folder, and that makes the hamburger menu come back, but it was nice to be able to rely on the icon selection.
Product: PowerShell Universal
Version: 2.11.0