Skip to content

Commit 4860f2d

Browse files
committed
Xterm => terminal
1 parent 6537ee7 commit 4860f2d

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed
Lines changed: 4 additions & 0 deletions
Loading

components/ide-proxy/static/image/ide-logo/xterm.svg

Lines changed: 0 additions & 11 deletions
This file was deleted.

install/installer/pkg/components/ide-service/ide_config_configmap.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ func ideConfigConfigmap(ctx *common.RenderContext) ([]runtime.Object, error) {
200200
OrderKey: "12",
201201
Title: "Terminal",
202202
Type: ide_config.IDETypeBrowser,
203-
Logo: getIdeLogoPath("xterm"),
204-
Tooltip: "A terminal in the browser with Xterm.js",
203+
Logo: getIdeLogoPath("terminal"),
205204
Label: "Insiders",
206205
Image: ctx.ImageName(ctx.Config.Repository, ide.XtermIDEImage, "latest"),
207206
ResolveImageDigest: true,

0 commit comments

Comments
 (0)