Skip to content

Commit

Permalink
Show WlbUpsell page for unlicensed pools.
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
  • Loading branch information
kc284 committed Oct 25, 2023
1 parent fce47b8 commit 4dbfaff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions XenAdmin/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1573,9 +1573,8 @@ private List<TabPage> GetNewTabPages()
if(!multi && !SearchMode && isRealVMSelected)
newTabs.Add(TabPageSnapshots);

//Any Clearwater XenServer, or WLB is not licensed on XenServer, the WLB tab and any WLB menu items disappear completely.
if (!wlb_upsell && !multi && !SearchMode && isPoolSelected)
newTabs.Add(TabPageWLB);
if (!multi && !SearchMode && isPoolSelected)
newTabs.Add(wlb_upsell ? TabPageWLBUpsell : TabPageWLB);

if (!multi && !SearchMode && (isPoolSelected || isPoolOrLiveStandaloneHost))
newTabs.Add(ad_upsell ? TabPageADUpsell : TabPageAD);
Expand Down

0 comments on commit 4dbfaff

Please sign in to comment.