icinga-powershell-framework/lib/core/installer/tools/PaginationCache.psm1

5 lines
123 B
PowerShell
Raw Normal View History

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