mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-27 02:56:01 +01:00
CA-205190: Fix Health Check Url
Removed the extra space. Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
This commit is contained in:
parent
e0d85e8ea0
commit
721bff52e4
@ -95,7 +95,7 @@ namespace XenAdmin.Model
|
||||
public const string REPORT_ANALYSIS_UPLOAD_TIME = "ReportAnalysis.UploadTime";
|
||||
|
||||
|
||||
private const string REPORT_LINK_DOMAIN_NAME = " https://cis.citrix.com";
|
||||
private const string REPORT_LINK_DOMAIN_NAME = "https://cis.citrix.com";
|
||||
private const string REPORT_LINK_PATH = "AutoSupport/analysis/upload_overview";
|
||||
|
||||
public HealthCheckSettings(Dictionary<string, string> config)
|
||||
|
Loading…
Reference in New Issue
Block a user