mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #648 from agimofcarmen/CA-181309_II
CA-181309: Dismiss button in the Updates Tab is now disabled if the l…
This commit is contained in:
commit
80d5fe6525
@ -359,7 +359,7 @@ namespace XenAdmin.TabPages
|
|||||||
|
|
||||||
private void UpdateButtonEnablement()
|
private void UpdateButtonEnablement()
|
||||||
{
|
{
|
||||||
toolStripButtonExportAll.Enabled = Updates.UpdateAlertsCount > 0;
|
toolStripButtonExportAll.Enabled = toolStripSplitButtonDismiss.Enabled = Updates.UpdateAlertsCount > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ShowInformationHelper(string reason)
|
private void ShowInformationHelper(string reason)
|
||||||
|
Loading…
Reference in New Issue
Block a user