diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-06-17 02:24:49 +0800 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-06-16 19:24:49 +0100 |
commit | 1e8a6164262bafd6878269b153c43686977c4603 (patch) | |
tree | adcd1e8fb291214d7624421c8d76a2b9045652b0 /routers/admin | |
parent | d8168b356d3ddaf3c38815a46ab075bf5bbe93c6 (diff) | |
download | gitea-1e8a6164262bafd6878269b153c43686977c4603.tar.gz gitea-1e8a6164262bafd6878269b153c43686977c4603.zip |
show lfs config on admin panel (#7220)
Diffstat (limited to 'routers/admin')
-rw-r--r-- | routers/admin/admin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/admin/admin.go b/routers/admin/admin.go index b4eac2c677..2836b7ddc7 100644 --- a/routers/admin/admin.go +++ b/routers/admin/admin.go @@ -225,6 +225,7 @@ func Config(ctx *context.Context) { ctx.Data["ReverseProxyAuthEmail"] = setting.ReverseProxyAuthEmail ctx.Data["SSH"] = setting.SSH + ctx.Data["LFS"] = setting.LFS ctx.Data["Service"] = setting.Service ctx.Data["DbCfg"] = models.DbCfg |