mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-03 16:41:04 +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;
|
return Icons.HostEvacuate;
|
||||||
}
|
}
|
||||||
else if (!XenAPI.Host.IsFullyPatched(host,ConnectionsManager.XenConnectionsCopy))
|
|
||||||
{
|
|
||||||
return Icons.HostUnpatched;
|
|
||||||
}
|
|
||||||
else if (Helpers.IsOlderThanMaster(host))
|
else if (Helpers.IsOlderThanMaster(host))
|
||||||
{
|
{
|
||||||
return Icons.HostOlderThanMaster;
|
return Icons.HostOlderThanMaster;
|
||||||
|
Loading…
Reference in New Issue
Block a user