mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
CA-363819: Fixed issue where VM network usage data were not shown on the Search TabPage.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
29189873a3
commit
8493ee5e90
@ -531,7 +531,7 @@ namespace XenAdmin.XenSearch
|
||||
if (o is VM vm)
|
||||
{
|
||||
return vm.is_a_real_vm() &&
|
||||
vm.power_state != vm_power_state.Running &&
|
||||
vm.power_state == vm_power_state.Running &&
|
||||
vm.GetVirtualisationStatus(out _).HasFlag(VM.VirtualisationStatus.IO_DRIVERS_INSTALLED)
|
||||
? PropertyAccessorHelper.vmNetworkUsageString(vm)
|
||||
: null;
|
||||
|
Loading…
Reference in New Issue
Block a user