fix(virtualization): Restore Cluster Group in VM placement panel

Restore the Cluster Group and its link alongside the Cluster name,
matching the display before the declarative UI conversion.

Fixes #23181
This commit is contained in:
Martin Hauser 2026-09-16 14:36:10 +02:00 committed by Jeremy Stretch
parent 17a15204de
commit 2f79d987a8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class VirtualMachinePlacementPanel(panels.ObjectAttributesPanel):
title = _('Placement')
site = attrs.RelatedObjectAttr('site', linkify=True, grouped_by='group')
cluster = attrs.RelatedObjectAttr('cluster', linkify=True)
cluster = attrs.RelatedObjectAttr('cluster', linkify=True, grouped_by='group')
cluster_type = attrs.RelatedObjectAttr('cluster.type', linkify=True)
device = attrs.RelatedObjectAttr('device', linkify=True)