icinga-powershell-framework/lib/core/installer/tools/PaginationCache.psm1
2021-08-06 15:08:53 +02:00

4 lines
123 B
PowerShell

function Clear-IcingaForWindowsManagementConsolePaginationCache()
{
$global:Icinga.InstallWizard.LastParent.Clear();
}