CP-13042: Don't show servers with a down-arrow in the resources tree.

This commit is contained in:
Carmen Agimof 2015-07-28 19:04:32 +01:00
parent 84ed24cd0c
commit 8d6e7607ec

View File

@ -463,10 +463,6 @@ namespace XenAdmin
{
return Icons.HostEvacuate;
}
else if (!XenAPI.Host.IsFullyPatched(host,ConnectionsManager.XenConnectionsCopy))
{
return Icons.HostUnpatched;
}
else if (Helpers.IsOlderThanMaster(host))
{
return Icons.HostOlderThanMaster;