mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
Merge pull request #926 from MihaelaStoica/CA-202269
CA-202269: Hide "Subscription advantage" link on the Updates page bas…
This commit is contained in:
commit
7477c1080d
@ -371,7 +371,7 @@ namespace XenAdmin.TabPages
|
||||
else
|
||||
{
|
||||
informationLabel.Text = reason;
|
||||
tableLayoutPanel1.Visible = true;
|
||||
tableLayoutPanel1.Visible = !HiddenFeatures.LinkLabelHidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user