From a674b3d8a8a29911308ccfb59a7aaaf6fcc8197f Mon Sep 17 00:00:00 2001 From: Mitchell O'Sullivan Date: Sun, 24 Feb 2019 15:14:21 +1000 Subject: [PATCH 1/3] Update collapsible.ps1 Corrected spelling on accordion type for UDCollapsible. --- src/UniversalDashboard/Controls/src/collapsible.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UniversalDashboard/Controls/src/collapsible.ps1 b/src/UniversalDashboard/Controls/src/collapsible.ps1 index fa1730fd..863c536e 100644 --- a/src/UniversalDashboard/Controls/src/collapsible.ps1 +++ b/src/UniversalDashboard/Controls/src/collapsible.ps1 @@ -11,7 +11,7 @@ function New-UDCollapsible { [Parameter()] [Switch]$Popout, [Parameter()] - [ValidateSet("Expandable", "Accordian")] + [ValidateSet("Expandable", "Accordion")] [String]$Type = 'Expandable' ) From 647fc5028f208e3b324bf02841c6a5fc5b6571c7 Mon Sep 17 00:00:00 2001 From: Mitchell O'Sullivan Date: Sun, 24 Feb 2019 17:32:00 +1000 Subject: [PATCH 2/3] Add viewport meta tag for small resolution devices Added viewport specification meta tag to page template. --- src/client/src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/src/index.html b/src/client/src/index.html index d5f62f81..8b0ec6d3 100644 --- a/src/client/src/index.html +++ b/src/client/src/index.html @@ -3,6 +3,7 @@ + PowerShell Universal Dashboard From e402add82ff63812db7c69d1cd3618d999758348 Mon Sep 17 00:00:00 2001 From: Mitchell O'Sullivan Date: Mon, 25 Feb 2019 01:32:35 +1000 Subject: [PATCH 3/3] Add viewport meta tag for low resolution devices Added viewport specification meta tag to page template. --- src/client/src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/src/index.html b/src/client/src/index.html index d5f62f81..6653e757 100644 --- a/src/client/src/index.html +++ b/src/client/src/index.html @@ -3,6 +3,7 @@ + PowerShell Universal Dashboard