Skip to content

Commit 7a2a53f

Browse files
committed
minor
1 parent 7b206d1 commit 7a2a53f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceContainerManager.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,8 @@ qx.Class.define("osparc.dashboard.ResourceContainerManager", {
446446
let groupContainer = this.__getGroupContainer(tag.getTagId());
447447
if (groupContainer === null) {
448448
groupContainer = this.__createGroupContainer(tag.getTagId(), tag.getName(), tag.getColor());
449+
tag.bind("name", groupContainer, "headerLabel");
450+
tag.bind("color", groupContainer, "headerColor");
449451
groupContainer.setHeaderIcon("@FontAwesome5Solid/tag/24");
450452
this.__groupedContainers.add(groupContainer);
451453
this.__groupedContainers.getChildren().sort((a, b) => a.getHeaderLabel().localeCompare(b.getHeaderLabel()));

0 commit comments

Comments
 (0)