ironmansoftware / universal-dashboard

Build beautiful websites with PowerShell.

Home Page:https://universaldashboard.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Having an issue with making a custom footer after getting a Premium License

catagris opened this issue · comments

Describe the Issue

Having an issue with making a custom footer after getting a Premium License.
The text and link saying "Created with Powershell Universal Dashboard" does dissappear and gets smashed together with the link that I added.

2debee8e95c7750fc94819cab7ed4efcd93b3efe

To Reproduce

Code I used:
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

Version Information

  • Operating System: Windows 10
  • PowerShell Version: 5.1.18362.752
  • Universal Dashboard Version: Newest stable
  • UD Hosting Method: Powershell

This issue has been mentioned on Ironman Software Forums. There might be relevant details there:

https://forums.universaldashboard.io/t/having-an-issue-with-making-a-custom-footer-after-getting-a-premium-license/2789/3

This issue has been mentioned on Ironman Software Forums. There might be relevant details there:

https://forums.universaldashboard.io/t/having-an-issue-with-making-a-custom-footer-after-getting-a-premium-license/2789/3

I am assuming this was automatically posted?

@catagris - It was. This has been fixed and will be in PowerShell Universal 1.2 (UD-v2.9.0-beta3)