Hi community,
Hoping this is a quick one, I’m having an issue getting the Font Awesome icon refresh to load in a dashboard (Others work ok… like stop, play, recycle)
New-UDButton -Icon (New-UDIcon -Icon “refresh”) -Text “Refresh”
Displays an error that “unknown icon refresh” on the dashboard… however when I run this I see that there is an icon named refresh (in the enum anyway)… so kind of weird. Would just use recycle but my goal here is to have a service status page with 4 buttons, refresh status, stop, start, and restart… so I was hoping to use icons refresh, stop, play, and recycle
[Enum]::GetNames([UniversalDashboard.Models.FontAwesomeIcons]) | where { $_ -eq “refresh” }
refresh
Thanks!
Product: PowerShell Universal
Version: 2.3.1