mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-09-01 05:07:57 +00:00
Add scrollx
This commit is contained in:
@@ -328,7 +328,7 @@
|
|||||||
foreach ($Key in $Output.Reports.Keys) {
|
foreach ($Key in $Output.Reports.Keys) {
|
||||||
New-HTMLTab -Name $Key {
|
New-HTMLTab -Name $Key {
|
||||||
Write-Verbose "Invoke-GPOZaurrContent - Generating HTML Table for $Key"
|
Write-Verbose "Invoke-GPOZaurrContent - Generating HTML Table for $Key"
|
||||||
New-HTMLTable -DataTable $Output.Reports[$Key] -Filtering -Title $Key
|
New-HTMLTable -DataTable $Output.Reports[$Key] -Filtering -Title $Key -PagingOptions 7, 15, 30, 45, 60 -ScrollX
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} -FilePath $OutputPath -ShowHTML:$Open -Online:$Online
|
} -FilePath $OutputPath -ShowHTML:$Open -Online:$Online
|
||||||
|
|||||||
Reference in New Issue
Block a user