mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CP-25564: pif.host.opaque_ref
Signed-off-by: serenc <seren.corbett@citrix.com>
This commit is contained in:
parent
1b4f2c4e32
commit
d3be7848f1
@ -176,7 +176,7 @@ namespace XenAdmin.Dialogs
|
||||
Host host = network.Connection.Resolve(pif.host);
|
||||
|
||||
var clusteringEnabled = network.Connection.Cache.Cluster_hosts.Any(cluster =>
|
||||
cluster.host.opaque_ref == host.opaque_ref && cluster.enabled);
|
||||
cluster.host.opaque_ref == pif.host.opaque_ref && cluster.enabled);
|
||||
|
||||
if (clusteringEnabled && host != null && host.enabled)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user