mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Renamed file to match class name.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
6d070d3cfc
commit
907e991745
@ -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)
|
||||
{
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user