Add WriteFreely version to admin dash
This commit is contained in:
parent
01f9dc86dc
commit
d8876058a6
|
@ -135,6 +135,8 @@ function savePage(el) {
|
||||||
|
|
||||||
<div class="ui attached table segment">
|
<div class="ui attached table segment">
|
||||||
<dl class="dl-horizontal admin-dl-horizontal">
|
<dl class="dl-horizontal admin-dl-horizontal">
|
||||||
|
<dt>WriteFreely</dt>
|
||||||
|
<dd>{{.Version}}</dd>
|
||||||
<dt>Server Uptime</dt>
|
<dt>Server Uptime</dt>
|
||||||
<dd>{{.SysStatus.Uptime}}</dd>
|
<dd>{{.SysStatus.Uptime}}</dd>
|
||||||
<dt>Current Goroutines</dt>
|
<dt>Current Goroutines</dt>
|
||||||
|
|
Loading…
Reference in New Issue