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:
Gabor Apati-Nagy 2015-12-18 11:25:29 +00:00
parent bb1f155347
commit 82cf229d88

View File

@ -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;