Compare commits

...

2 Commits
v4.7.1 ... main

Author SHA1 Message Date
Martin Hauser 2f79d987a8 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
2026-09-16 09:06:29 -04:00
github-actions 17a15204de Update source translation strings 2026-09-16 05:02:53 +00:00
2 changed files with 280 additions and 276 deletions

File diff suppressed because it is too large Load Diff

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)