CA-206761: Health Check shows "No issues found" when the report analysis is not yet available

- updated the url

Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
This commit is contained in:
Mihaela Stoica 2016-04-22 12:19:20 +01:00
parent f9c52cd637
commit fe56eb3444

View File

@ -45,7 +45,7 @@ namespace XenAdmin.Actions
private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
private const string DIAG_RESULT_URL = "/diag_sdk/diag_results/";
private const string ANALYSIS_PROGRESS_URL = "/diag_sdk/analysis_progress";
private const string ANALYSIS_PROGRESS_URL = "/diag_sdk/analysis_progress/";
private readonly string diagnosticDomainName = "https://cis.citrix.com";
public GetHealthCheckAnalysisResultAction(Pool pool, bool suppressHistory)