Merge pull request #926 from MihaelaStoica/CA-202269

CA-202269: Hide "Subscription advantage" link on the Updates page bas…
This commit is contained in:
Gabor Apati-Nagy 2016-04-07 09:57:48 +01:00
commit 7477c1080d

View File

@ -371,7 +371,7 @@ namespace XenAdmin.TabPages
else
{
informationLabel.Text = reason;
tableLayoutPanel1.Visible = true;
tableLayoutPanel1.Visible = !HiddenFeatures.LinkLabelHidden;
}
}