mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
Applied supp-packs were not shown at pool level for new servers.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
parent
6e175a4280
commit
a98a1353c4
@ -555,10 +555,9 @@ namespace XenAdmin.TabPages
|
||||
var allHostCount = xenObject.Connection.Cache.HostCount;
|
||||
|
||||
if (Helpers.CloudOrGreater(pool.Connection))
|
||||
{
|
||||
GenerateCdnUpdatesBox(pool);
|
||||
}
|
||||
else if (Helpers.ElyOrGreater(xenObject.Connection))
|
||||
|
||||
if (Helpers.ElyOrGreater(xenObject.Connection))
|
||||
{
|
||||
foreach (var u in cache.Pool_updates)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user