mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +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:
		| @@ -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, | ||||||
| 		}) | 		}) | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 赵智超
					赵智超