Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/EvotecIT/ADEssentials
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Nov 20, 2023
2 parents d967d5d + 1e03826 commit 5b6048f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Show-WinADObjectDifference.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
New-HTMLTab -Name 'Details per server' {
New-HTMLTable -DataTable $OutputValue.ListDetailsReversed -Filtering -DataStore JavaScript -ScrollX
}
New-HTMLTab -Name 'Details summary' {
New-HTMLTab -Name 'Detailed Differences' {
New-HTMLTable -DataTable $OutputValue.List -Filtering -DataStore JavaScript -ScrollX
}
} -ShowHTML
Expand Down

0 comments on commit 5b6048f

Please sign in to comment.