Skip to content

Commit 1449d44

Browse files
✨ TIP frontend: 4th plus button (#5766) (#5775)
Co-authored-by: Odei Maiz <[email protected]>
1 parent b095f5b commit 1449d44

File tree

1 file changed

+7
-0
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
6262
description: "Start new pmTI planning",
6363
newStudyLabel: "Phase-Modulation TI",
6464
idToWidget: "newPMTIPlanButton"
65+
},
66+
"personalizationTI": {
67+
templateLabel: "personalized TI Planning Tool",
68+
title: "Personalized TI",
69+
description: "Start new personalized plan",
70+
newStudyLabel: "Personalized TI",
71+
idToWidget: "personalizationTIPlanButton"
6572
}
6673
},
6774
EXPECTED_S4L_SERVICE_KEYS: {

0 commit comments

Comments
 (0)