mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
Merge pull request #499 from MihaelaStoica/CallHome
CP-12154: Offer Call Home enrollment when connecting to Call-Home cap…
This commit is contained in:
commit
bd0220de51
@ -30,10 +30,8 @@
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Forms;
|
||||
using XenAdmin.Actions;
|
||||
using XenAdmin.Core;
|
||||
using XenAPI;
|
||||
|
||||
|
||||
@ -43,7 +41,6 @@ namespace XenAdmin.Dialogs.CallHome
|
||||
{
|
||||
private readonly Pool pool;
|
||||
private bool authenticated;
|
||||
private string authenticationToken;
|
||||
|
||||
public CallHomeEnrollNowDialog(Pool pool)
|
||||
{
|
||||
|
@ -83,7 +83,7 @@ namespace XenAdmin.Dialogs
|
||||
|
||||
public HealthCheckOverviewLauncher(IWin32Window parent)
|
||||
{
|
||||
parent = parent;
|
||||
this.parent = parent;
|
||||
healthCheckOverviewVisible = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user