mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
[CA-112940] Fixed: HA restart button not enabled for selected VM
This commit is contained in:
parent
07e290d8b3
commit
71985da65b
@ -259,8 +259,6 @@ namespace XenAdmin.Wizards.HAWizard_Pages
|
||||
{
|
||||
dataGridViewVms.ResumeLayout();
|
||||
}
|
||||
|
||||
updateButtons();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -344,6 +342,7 @@ namespace XenAdmin.Wizards.HAWizard_Pages
|
||||
row.UpdateAgile(isNowAgile);
|
||||
row.FriendlyNonAgileReason = nonAgileReason;
|
||||
}
|
||||
updateButtons();
|
||||
}
|
||||
|
||||
private bool IsHaActivatedFirstTime(IEnumerable<VM> vms)
|
||||
|
Loading…
Reference in New Issue
Block a user