mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
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:
parent
f9c52cd637
commit
fe56eb3444
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user