Skip to content

Commit 8cc0290

Browse files
authored
feat: add ttyd option for frontends (#3805)
See also: SwissDataScienceCenter/renku-data-services#965
1 parent fd390d5 commit 8cc0290

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

client/src/features/sessionsV2/session.constants.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ export const BUILDER_FRONTENDS = [
125125
"Web-based interactive development environment for Jupyter notebooks, code and data.",
126126
/* eslint-enable spellcheck/spell-checker */
127127
},
128+
{
129+
/* eslint-disable spellcheck/spell-checker */
130+
value: "ttyd",
131+
label: "ttyd",
132+
description: "Web-based terminal, with minimalist interface.",
133+
/* eslint-enable spellcheck/spell-checker */
134+
},
128135
] as readonly BuilderSelectorOption[];
129136

130137
export const IMAGE_BUILD_DOCS =

0 commit comments

Comments
 (0)