Skip to content

Commit

Permalink
✨ TIP frontend: 4th plus button (#5766) (#5775)
Browse files Browse the repository at this point in the history
Co-authored-by: Odei Maiz <[email protected]>
  • Loading branch information
matusdrobuliak66 and odeimaiz authored May 3, 2024
1 parent b095f5b commit 1449d44
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
description: "Start new pmTI planning",
newStudyLabel: "Phase-Modulation TI",
idToWidget: "newPMTIPlanButton"
},
"personalizationTI": {
templateLabel: "personalized TI Planning Tool",
title: "Personalized TI",
description: "Start new personalized plan",
newStudyLabel: "Personalized TI",
idToWidget: "personalizationTIPlanButton"
}
},
EXPECTED_S4L_SERVICE_KEYS: {
Expand Down

0 comments on commit 1449d44

Please sign in to comment.