mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-202068: License Manager wizard showing "Activate Free XenServer" button even no host selected for editing license
Fixed, now the button is only shown when needed Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
59788e2c3e
commit
09819b2a02
@ -308,7 +308,6 @@ namespace XenAdmin.Dialogs
|
||||
}
|
||||
else
|
||||
{
|
||||
activateFreeXenServerButton.Show();
|
||||
assignLicenceButton.Show();
|
||||
releaseLicenseButton.Show();
|
||||
}
|
||||
|
@ -356,7 +356,7 @@ namespace XenAdmin.Dialogs
|
||||
View.DrawAssignButtonAsDisabled(true);
|
||||
View.DrawReleaseButtonAsDisabled(true);
|
||||
View.DrawActivateButtonAsDisabled(true);
|
||||
View.DrawActivateButtonAsHidden(ReadOnlyView);
|
||||
View.DrawActivateButtonAsHidden(true);
|
||||
}
|
||||
|
||||
private void ResetButtonEnablement()
|
||||
|
Loading…
Reference in New Issue
Block a user