mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-21 17:11:29 +01:00
Show WlbUpsell page for unlicensed pools.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
parent
fce47b8152
commit
4dbfaff5bc
@ -1573,9 +1573,8 @@ namespace XenAdmin
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user