mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
CP-43000: Do not show support warning link if the license link needs to be shown
Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
This commit is contained in:
parent
461b6c97b5
commit
8065bdaec4
@ -245,7 +245,7 @@ namespace XenAdmin.Dialogs
|
||||
|
||||
public bool LicenseHelperUrlRequired => ShouldShowLicenseWarningText(out _, out var status) && status == Status.Warning;
|
||||
|
||||
public bool SupportHelperUrlRequired => ShouldShowSupportWarningText(out _, out var status) && status == Status.Warning;
|
||||
public bool SupportHelperUrlRequired => ShouldShowSupportWarningText(out _, out var status) && status == Status.Warning && !LicenseHelperUrlRequired;
|
||||
|
||||
public Status RowStatus
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user