Dashboard Pages not showing changes in UI

PSU Version: 3.8.10

If you made a change to a page under a dashboard on the file system PSU doesn’t pick up that change until your restart the PSU service.

image

Likely related: file change on HD does not show up in admin site · Issue #1984 · ironmansoftware/issues · GitHub

More discussion on the source of the issue here: Git Sync Pull failed to bring code from the hard drive into memory · Issue #2335 · ironmansoftware/issues · GitHub

Sounds good.

In the following blog post PowerShell Universal v4.0 Beta 1 there was mentioning of pages retiring. Is this the pages under dashboards or is this the pages under the /admin/pages (under user interface) section?

Retiring of Pages

Pages provided a simple mechanism to create very basic interfaces. That said, it was a deviation from the rest of the product and didn’t provide the best user experience. After upgrade, existing pages will still function but you will no longer be able to edit or create them in the admin console. We will be taking much of what we learned from pages and implementing the best parts directly in apps.

Trying to decide if we want to move our dashboards to use the Get-UDPage rather than create new-udpage

New-UDDashboard -Title 'Test' -Pages @(
    Get-UDPage -Name "ad" 
    Get-UDPage -Name "Tools"
)

The admin\pages is going away. Dashboard pages are staying and will have a new visual designer as well.