diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-22 09:21:57 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-22 09:21:57 -0400 |
commit | fd1831052c3a79492643b89512282fc66f34dd8d (patch) | |
tree | 2d1146e02a6c4efd6901ca9d966c085910bf6939 /templates/admin/dashboard.tmpl | |
parent | f9c07c4186b61a1548d9a908fe6228bd130f4f92 (diff) | |
download | gitea-fd1831052c3a79492643b89512282fc66f34dd8d.tar.gz gitea-fd1831052c3a79492643b89512282fc66f34dd8d.zip |
Update session
Diffstat (limited to 'templates/admin/dashboard.tmpl')
-rw-r--r-- | templates/admin/dashboard.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index 0bebf8318f..2a5a161e03 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -19,6 +19,7 @@ </div> <div class="panel-body"> + <div>Server Uptime: <b>{{.SysStatus.Uptime}}</b></div> <div>Current Goroutines: <b>{{.SysStatus.NumGoroutine}}</b></div> <hr/> <div>Current Memory Usage: <b>{{.SysStatus.MemAllocated}}</b></div> |