Add uptime in webgui (fixes #1501)

This commit is contained in:
ralder
2015-04-03 21:00:13 +03:00
committed by Sergey Mishin
parent a5edb6807e
commit b5d7ce8ebe
6 changed files with 54 additions and 7 deletions

View File

@@ -320,6 +320,10 @@
</span>
</td>
</tr>
<tr>
<th><span class="glyphicon glyphicon-time"></span>&emsp;<span translate>Uptime</span></th>
<td class="text-right">{{system.uptime | duration:"m"}}</td>
</tr>
<tr>
<th><span class="glyphicon glyphicon-tag"></span>&emsp;<span translate>Version</span></th>
<td class="text-right">{{version}}</td>
@@ -1038,6 +1042,7 @@
<script src="scripts/syncthing/core/filters/alwaysNumberFilter.js"></script>
<script src="scripts/syncthing/core/filters/basenameFilter.js"></script>
<script src="scripts/syncthing/core/filters/binaryFilter.js"></script>
<script src="scripts/syncthing/core/filters/durationFilter.js"></script>
<script src="scripts/syncthing/core/filters/naturalFilter.js"></script>
<script src="scripts/syncthing/core/services/localeService.js"></script>