Skip to content

Commit e97576c

Browse files
committed
list also
1 parent 4d99c72 commit e97576c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ qx.Class.define("osparc.dashboard.ListButtonNew", {
3434
});
3535

3636
if (title) {
37+
title = osparc.utils.Utils.replaceTokens(
38+
title,
39+
"replace_me_product_name",
40+
osparc.store.StaticInfo.getInstance().getDisplayName()
41+
);
42+
3743
const titleLabel = this.getChildControl("title");
3844
titleLabel.set({
3945
value: title,

0 commit comments

Comments
 (0)