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:
Gabor Apati-Nagy 2016-03-08 13:51:39 +00:00
parent 59788e2c3e
commit 09819b2a02
2 changed files with 1 additions and 2 deletions

View File

@ -308,7 +308,6 @@ namespace XenAdmin.Dialogs
}
else
{
activateFreeXenServerButton.Show();
assignLicenceButton.Show();
releaseLicenseButton.Show();
}

View File

@ -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()