mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-22 16:36:03 +01:00
2af3de8e7f
- use the plan action's ProgressDescription property to display the steps in RestartHostPlanAction (evacuate host, reboot host, bring babies back); - the plan action should not be visible if the restart is skipped; - The change to the DownloadAndUnzipXenServerPatchAction is to ensure that the download progress description is updated on the wizard with the correct description (in automated updates mode, via DownloadPatchPlanAction); DownloadPatchPlanAction is using the ActionChanged event to update its description based on the action's DownloadProgressDescription property, but the ActionChanged event is called when the PercentComplete is updated, so this needs to happen after DownloadProgressDescription has been updated. Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com> |
||
---|---|---|
.. | ||
ApplyPatchPlanAction.cs | ||
ApplyPoolUpdatePlanAction.cs | ||
ApplyXenServerPatchPlanAction.cs | ||
BringBabiesBackAction.cs | ||
DownloadPatchPlanAction.cs | ||
EvacuateHostPlanAction.cs | ||
HostPlanAction.cs | ||
InstallSupplementalPackPlanAction.cs | ||
PatchPrechecksOnMultipleHostsAction.cs | ||
PlanAction.cs | ||
PlanActionWithSession.cs | ||
PoolPatchMapping.cs | ||
RebootHostPlanAction.cs | ||
RebootPlanAction.cs | ||
RebootVMsPlanAction.cs | ||
RemoveUpdateFile.cs | ||
RemoveUpdateFilesFromMaster.cs | ||
RestartAgentPlanAction.cs | ||
RestartHostPlanAction.cs | ||
UnwindProblemsAction.cs | ||
UploadPatchToMasterPlanAction.cs | ||
VMsPlanAction.cs |