This is what I am seeing:
What I have in my code:
Set-UDLicense -License (Get-Content "C:\*\license.txt" -Raw)
$Footer = New-UDFooter -Copyright "Telstar National ©2020" -Links @(
New-UDLink -Text "Telstar Support" -Url "*"
)
$Nav = New-UDDashboard -Pages @($Page1, $Page2, $Page3, $Page4, $Page5) -Title "****" -NavBarColor "#ff9b3d" -BackgroundColor "#ffffff" -Navigation $Navigation -Footer $Footer
#Start Dashboard
Start-UDDashboard -Dashboard $Nav -Port 1001 -Force
I also uninstalled Universal Dashboard and installed with this command:
Install-Module UniversalDashboard
Any ideas?