mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Hide sync ssh keys button on admin dashboard if ssh disabled or builtin-ssh enabled (#13072)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
@ -131,6 +131,7 @@ func Dashboard(ctx *context.Context) {
|
||||
// FIXME: update periodically
|
||||
updateSystemStatus()
|
||||
ctx.Data["SysStatus"] = sysStatus
|
||||
ctx.Data["SSH"] = setting.SSH
|
||||
ctx.HTML(200, tplDashboard)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user