Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc81fd1d

Browse files
fix: correct default wsproxy table columns (#15124)
Closes#15123
1 parentbab17a3 commitc81fd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎enterprise/cli/workspaceproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (r *RootCmd) patchProxy() *serpent.Command {
102102
}),
103103
cliui.JSONFormat(),
104104
// Table formatter expects a slice, make a slice of one.
105-
cliui.ChangeFormatterData(cliui.TableFormat([]codersdk.WorkspaceProxy{}, []string{"proxyname","proxyurl"}),
105+
cliui.ChangeFormatterData(cliui.TableFormat([]codersdk.WorkspaceProxy{}, []string{"name","url"}),
106106
func(dataany) (any,error) {
107107
response,ok:=data.(codersdk.WorkspaceProxy)
108108
if!ok {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp