Add searchBuilder to tables

This commit is contained in:
Przemyslaw Klys
2021-04-10 20:35:33 +02:00
parent 1021ebe5f4
commit 89664bfd02
17 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
New-HTMLTable -DataTable $Script:Reporting['GPOPermissionsRoot']['WarningsAndErrors'] -Filtering {
New-HTMLTableCondition -Name 'Type' -Value 'Warning' -BackgroundColor SandyBrown -ComparisonType string -Row
New-HTMLTableCondition -Name 'Type' -Value 'Error' -BackgroundColor Salmon -ComparisonType string -Row
}
} -SearchBuilder
}
}
}