summaryrefslogtreecommitdiffstats
path: root/templates/admin
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-21 04:13:32 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-21 04:13:32 -0400
commite67653cf13857f671de9bf6279453f99cdd60d11 (patch)
treee2e35de1c29cebd2799ecb3d7eb2d5e797ecbbf7 /templates/admin
parentc2816afe9c60922b3468cece689c84e52e0ba11c (diff)
downloadgitea-e67653cf13857f671de9bf6279453f99cdd60d11.tar.gz
gitea-e67653cf13857f671de9bf6279453f99cdd60d11.zip
Bug fix
Diffstat (limited to 'templates/admin')
-rw-r--r--templates/admin/config.tmpl1
-rw-r--r--templates/admin/dashboard.tmpl9
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl
index 9593a545f8..7013c201ae 100644
--- a/templates/admin/config.tmpl
+++ b/templates/admin/config.tmpl
@@ -57,6 +57,7 @@
</div>
<div class="panel-body">
+ <div><b>Enabled:</b> <i class="fa fa{{if .MailerEnabled}}-check{{end}}-square-o"></i></div>
<div><b>Name:</b> {{.Mailer.Name}}</div>
<div><b>Host:</b> {{.Mailer.Host}}</div>
<div><b>User:</b> {{.Mailer.User}}</div>
diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl
index 8950f50cac..6088487d62 100644
--- a/templates/admin/dashboard.tmpl
+++ b/templates/admin/dashboard.tmpl
@@ -12,6 +12,15 @@
Gogs database has <b>{{.Stats.Counter.User}}</b> users, <b>{{.Stats.Counter.PublicKey}}</b> SSH keys, <b>{{.Stats.Counter.Repo}}</b> repositories, <b>{{.Stats.Counter.Watch}}</b> watches, <b>{{.Stats.Counter.Action}}</b> actions, and <b>{{.Stats.Counter.Access}}</b> accesses.
</div>
</div>
+
+ <div class="panel panel-default">
+ <div class="panel-heading">
+ System Status
+ </div>
+
+ <div class="panel-body">
+ </div>
+ </div>
</div>
</div>
{{template "base/footer" .}} \ No newline at end of file