Add user message to login list view (#166)
Add user message to login list view Signed-off-by: a1012112796 <1012112796@qq.com> Co-authored-by: a1012112796 <1012112796@qq.com> Reviewed-on: https://gitea.com/gitea/tea/pulls/166 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
parent
eb37f14923
commit
25a7e85c1c
|
@ -143,6 +143,7 @@ func runLoginList(ctx *cli.Context) error {
|
|||
"Name",
|
||||
"URL",
|
||||
"SSHHost",
|
||||
"User",
|
||||
}
|
||||
|
||||
var values [][]string
|
||||
|
@ -152,6 +153,7 @@ func runLoginList(ctx *cli.Context) error {
|
|||
l.Name,
|
||||
l.URL,
|
||||
l.GetSSHHost(),
|
||||
l.User,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue