mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CP-14469: UI: General tab: show G1/G2 VM-related data
Removed unused variable Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
bb1f155347
commit
82cf229d88
@ -1305,7 +1305,6 @@ namespace XenAdmin.TabPages
|
||||
|
||||
bool isIoOptimized = gm != null && gm.network_paths_optimized && gm.storage_paths_optimized;
|
||||
|
||||
bool isXenPrepInProgress = false; //TODO in CP-13247 when XenPrep functions will be added
|
||||
//vmtype is not yet implemented (will likely have different name) in XAPI, but this is the type that refers to the windows update readyness/capability of the VM and is expected to have the following values: yes, no, dontknow, got_it
|
||||
bool isManagementAgentInstalled = vm.HasUpgradeSupportInManagementAgent //&& vmtype != no"
|
||||
|| vm.HasRDP; //&& vmtype == no;
|
||||
|
Loading…
Reference in New Issue
Block a user