summaryrefslogtreecommitdiffstats
path: root/templates/admin
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-01 18:53:41 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-01 18:53:41 -0400
commit100cd181bcc9fc46981cc2a4b88c05ad459fbc8f (patch)
tree2b2a8f07fa2760721e9418c39c51d751618ada5a /templates/admin
parent03c2468c2fa68e5b3c5cb6c498a155e7d725ccdb (diff)
downloadgitea-100cd181bcc9fc46981cc2a4b88c05ad459fbc8f.tar.gz
gitea-100cd181bcc9fc46981cc2a4b88c05ad459fbc8f.zip
Add router log config option
Diffstat (limited to 'templates/admin')
-rw-r--r--templates/admin/config.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl
index b2b25e90f6..08a68ae10e 100644
--- a/templates/admin/config.tmpl
+++ b/templates/admin/config.tmpl
@@ -20,6 +20,8 @@
<dd>{{.Domain}}</dd>
<dt>Offline Mode</dt>
<dd><i class="fa fa{{if .OfflineMode}}-check{{end}}-square-o"></i></dd>
+ <dt>Router Log</dt>
+ <dd><i class="fa fa{{if .RouterLog}}-check{{end}}-square-o"></i></dd>
<hr/>
<dt>Run User</dt>
<dd>{{.RunUser}}</dd>