Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Update Universal.Apps.ActiveDirectory.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll authored Jun 13, 2024
1 parent c4ca0d9 commit 87e3b4f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ function New-UDActiveDirectoryApp {
$LastRun = $Job.EndTime
$Objects = ($Job | Get-PSUJobPipelineOutput -Integrated | Measure-Object).Count
}
$Url = $_.Url
New-UDElement -Content {
New-UDCard -Title $_.Title -Content {
New-UDStack -Direction column -Content {
Expand All @@ -180,7 +181,7 @@ function New-UDActiveDirectoryApp {
}
} -Tag 'div' -Attributes @{
onClick = {
Invoke-UDRedirect $_.Url
Invoke-UDRedirect $Url
}
style = @{
cursor = 'pointer'
Expand All @@ -194,4 +195,4 @@ function New-UDActiveDirectoryApp {
New-ADReportPage @_
}
) -NavigationLayout Permanent -LoadNavigation $Navigation
}
}

0 comments on commit 87e3b4f

Please sign in to comment.