summaryrefslogtreecommitdiffstats
path: root/routers/admin
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2019-06-17 02:24:49 +0800
committerzeripath <art27@cantab.net>2019-06-16 19:24:49 +0100
commit1e8a6164262bafd6878269b153c43686977c4603 (patch)
treeadcd1e8fb291214d7624421c8d76a2b9045652b0 /routers/admin
parentd8168b356d3ddaf3c38815a46ab075bf5bbe93c6 (diff)
downloadgitea-1e8a6164262bafd6878269b153c43686977c4603.tar.gz
gitea-1e8a6164262bafd6878269b153c43686977c4603.zip
show lfs config on admin panel (#7220)
Diffstat (limited to 'routers/admin')
-rw-r--r--routers/admin/admin.go1
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