mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
CP-13042: Don't show servers with a down-arrow in the resources tree.
This commit is contained in:
parent
84ed24cd0c
commit
8d6e7607ec
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user