mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixes IMC summary header from misleading title
This commit is contained in:
parent
e37f55264e
commit
40cced71f2
2 changed files with 2 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
|
|||
### Enhancements
|
||||
|
||||
* [#364](https://github.com/Icinga/icinga-powershell-framework/pull/364) Fixes a long lookup for the user table on environments with a large Active Directory
|
||||
* [#370](https://github.com/Icinga/icinga-powershell-framework/issues/370) Fixes misleading IMC summary header, implying installation will start immediately on continue
|
||||
|
||||
## 1.6.0 (2021-09-07)
|
||||
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ function Show-IcingaForWindowsInstallerConfigurationSummary()
|
|||
$global:Icinga.InstallWizard.DisplayAdvanced = $TRUE;
|
||||
|
||||
Show-IcingaForWindowsInstallerMenu `
|
||||
-Header 'Please validate your configuration. Installation starts on continue:' `
|
||||
-Header 'Please validate your configuration. Installation or answer file/command export are available on next step:' `
|
||||
-Entries $Entries `
|
||||
-DefaultIndex 'c' `
|
||||
-ContinueFunction 'Show-IcingaForWindowsInstallerMenuFinishInstaller' `
|
||||
|
|
|
|||
Loading…
Reference in a new issue