Renamed file to match class name.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2018-06-22 13:42:06 +01:00 committed by Mihaela Stoica
parent 6d070d3cfc
commit 907e991745
2 changed files with 2 additions and 2 deletions

View File

@ -65,6 +65,7 @@ namespace XenAdmin.Wizards.PatchingWizard.PlanActions
try
{
Visible = true;
PatchPrecheckCheck check = mapping.Pool_patch == null
? new PatchPrecheckCheck(host, mapping.Pool_update)
: new PatchPrecheckCheck(host, mapping.Pool_patch);
@ -78,7 +79,6 @@ namespace XenAdmin.Wizards.PatchingWizard.PlanActions
if (problem != null)
throw new Exception(string.Format("{0}: {1}. {2}", host, problem.Title, problem.Description));
}
catch (Exception ex)
{

View File

@ -993,7 +993,7 @@
<Compile Include="Wizards\PatchingWizard\PlanActions\ApplyPoolUpdatePlanAction.cs" />
<Compile Include="Wizards\PatchingWizard\PlanActions\ApplyXenServerPatchPlanAction.cs" />
<Compile Include="Wizards\PatchingWizard\PlanActions\HostPlanAction.cs" />
<Compile Include="Wizards\PatchingWizard\PlanActions\PatchPrechecksOnMultipleHostsAction.cs" />
<Compile Include="Wizards\PatchingWizard\PlanActions\PatchPrecheckOnHostPlanAction.cs" />
<Compile Include="Wizards\PatchingWizard\PlanActions\DownloadPatchPlanAction.cs" />
<Compile Include="Wizards\PatchingWizard\PlanActions\RestartHostPlanAction.cs" />
<Compile Include="Wizards\PatchingWizard\PlanActions\UploadPatchToMasterPlanAction.cs" />