diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-22 06:42:19 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-22 06:42:19 -0400 |
commit | 7a1ff8636c01844a501dd9cdca2c436d1b7826b7 (patch) | |
tree | 80391757c6ed9f704c7b6eb0bd875b6ddd9b2898 /templates | |
parent | 76cd448e7925997b60a54e8d9431ffd0826cc24e (diff) | |
download | gitea-7a1ff8636c01844a501dd9cdca2c436d1b7826b7.tar.gz gitea-7a1ff8636c01844a501dd9cdca2c436d1b7826b7.zip |
Add config option: Picture cache path
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin/config.tmpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl index 6906f2409d..e3f69ee6ea 100644 --- a/templates/admin/config.tmpl +++ b/templates/admin/config.tmpl @@ -45,6 +45,7 @@ <div><b>Register Email Confirmation:</b> <i class="fa fa{{if .Service.RegisterEmailConfirm}}-check{{end}}-square-o"></i></div> <div><b>Disenable Registeration:</b> <i class="fa fa{{if .Service.DisenableRegisteration}}-check{{end}}-square-o"></i></div> <div><b>Require Sign In View:</b> <i class="fa fa{{if .Service.RequireSignInView}}-check{{end}}-square-o"></i></div> + <div><b>Enable Cache Avatar:</b> <i class="fa fa{{if .Service.EnableCacheAvatar}}-check{{end}}-square-o"></i></div> <hr/> <div><b>Active Code Lives:</b> {{.Service.ActiveCodeLives}} minutes</div> <div><b>Reset Password Code Lives:</b> {{.Service.ResetPwdCodeLives}} minutes</div> @@ -78,6 +79,17 @@ <div class="panel panel-default"> <div class="panel-heading"> + Picture Configuration + </div> + + <div class="panel-body"> + <div><b>Picture Service:</b> {{.PictureService}}</div> + <div><b>Picture Root Path:</b> {{.PictureRootPath}}</div> + </div> + </div> + + <div class="panel panel-default"> + <div class="panel-heading"> Log Configuration </div> |