universal-dashboard
universal-dashboard copied to clipboard
Build beautiful websites with PowerShell.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.2. Changelog Sourced from eventsource's changelog. 1.1.2 Inline origin resolution, drops original dependency (#281 Espen Hovlandsdal) 1.1.1 Do not include authorization and cookie headers on...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Start-UDDashboard : Cannot process argument transformation on parameter 'Port'. Cannot convert the "80" value of type "System.Int32" to type "System.Management.Automation.ParameterAttribute". Start-UDDashboard doesn't support the -Dashboard or -Port in the latest...
It would be great to be able to manually set the min and max values for the a line graph's scale. [See here](https://forums.universaldashboard.io/t/fixed-scales-instead-of-dynamic-for-udchart/467/5)
#### Describe the Issue No icon is shown in my New-UDSelectOption -Icon #### To Reproduce see script #### Expected behavior select dropdown is showing the icon #### Script Sample ```...
I want to add the ability to expose Swagger API Docs and JSON via REST endpoints in UD. This would allow a couple things: - [Neat web UI docs](https://swagger.io/) -...
# Description In my attempts to pull public GEOJSON data sources, I have had great success with "PolyGon" Country borders. However, many countries with "separated borders" or "Exclaves/Enclaves" and islands...
We want to use `access_tokens` obtained from Azure AD with our `Universal Dashboard REST API`. Currently the configuration yields the following error message: ```powershell $AuthenticationMethod = New-UDAuthenticationMethod -ClientId '123' -Instance...
I have been running an API successfully on my machine using the UniversalDashboard.Community powershell module. I wanted to add a dashboard to monitor some other tasks and operations and so...