Skip to content

Commit d5e999b

Browse files
committed
add iseg to plus button
1 parent 1074a06 commit d5e999b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

services/static-webserver/client/source/resource/osparc/ui_config.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,18 @@
106106
"resourceType": "service",
107107
"expectedKey": "simcore/services/dynamic/s4l-ui",
108108
"title": "Sim4Life",
109-
"newStudyLabel": "New S4L project",
109+
"newStudyLabel": "New Sim4Life",
110110
"idToWidget": "startS4LButton"
111111
}, {
112112
"resourceType": "service",
113113
"expectedKey": "simcore/services/dynamic/s4l-jupyter",
114114
"title": "Jupyter Lab",
115-
"icon": "https://upload.wikimedia.org/wikipedia/commons/3/38/Jupyter_logo.svg",
116115
"newStudyLabel": "New S4L Jupyter Lab"
116+
}, {
117+
"resourceType": "service",
118+
"expectedKey": "simcore/services/dynamic/iseg-web",
119+
"title": "Segmentation",
120+
"newStudyLabel": "Segmentation"
117121
}]
118122
}
119123
},
@@ -123,14 +127,18 @@
123127
"resourceType": "service",
124128
"expectedKey": "simcore/services/dynamic/s4l-ui",
125129
"title": "Sim4Life",
126-
"newStudyLabel": "New S4L project",
130+
"newStudyLabel": "New Sim4Life",
127131
"idToWidget": "startS4LButton"
128132
}, {
129133
"resourceType": "service",
130134
"expectedKey": "simcore/services/dynamic/s4l-jupyter",
131-
"icon": "https://upload.wikimedia.org/wikipedia/commons/3/38/Jupyter_logo.svg",
132135
"title": "Jupyter Lab",
133136
"newStudyLabel": "New S4L Jupyter Lab"
137+
}, {
138+
"resourceType": "service",
139+
"expectedKey": "simcore/services/dynamic/iseg-web",
140+
"title": "Segmentation",
141+
"newStudyLabel": "Segmentation"
134142
}]
135143
}
136144
},

0 commit comments

Comments
 (0)