Fix group boxes too small for multiline labels (#632)

This commit is contained in:
Mario
2025-05-11 11:43:11 +02:00
committed by GitHub
parent 607347ff18
commit 836d9f40d7
3 changed files with 22 additions and 13 deletions
+1
View File
@@ -251,6 +251,7 @@ def create_node(
node["shape"] = "image"
node["href"] = device.get_absolute_url()
node["image"] = get_image_for_entity(device)
node["label_num_lines"] = len(label_items)
return node