mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-22 10:31:37 +01:00
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",
|
"Name",
|
||||||
"URL",
|
"URL",
|
||||||
"SSHHost",
|
"SSHHost",
|
||||||
|
"User",
|
||||||
}
|
}
|
||||||
|
|
||||||
var values [][]string
|
var values [][]string
|
||||||
@ -152,6 +153,7 @@ func runLoginList(ctx *cli.Context) error {
|
|||||||
l.Name,
|
l.Name,
|
||||||
l.URL,
|
l.URL,
|
||||||
l.GetSSHHost(),
|
l.GetSSHHost(),
|
||||||
|
l.User,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user