Skip to content

Commit 8738f60

Browse files
committed
tag icon
1 parent 737f8cf commit 8738f60

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
@@ -538,6 +538,7 @@ qx.Class.define("osparc.dashboard.ResourceContainerManager", {
538538
groupedServicesConfig["categories"].forEach(category => {
539539
if (this.__getGroupContainer(category["id"]) === null) {
540540
const groupContainer = this.__createGroupContainer(category["id"], category["title"], category["color"]);
541+
groupContainer.setHeaderIcon("@FontAwesome5Solid/tag/24");
541542
this.__groupedContainers.add(groupContainer);
542543
}
543544
});
@@ -553,6 +554,7 @@ qx.Class.define("osparc.dashboard.ResourceContainerManager", {
553554
}
554555
if (container === null) {
555556
container = this.__getGroupContainer("no-group");
557+
container.setHeaderIcon("@FontAwesome5Solid/tag/24");
556558
}
557559

558560
// create the card and add it to the container

0 commit comments

Comments
 (0)