Clean up HTML
This commit is contained in:
parent
03abcc1340
commit
1301fe9545
@ -1,6 +1,6 @@
|
|||||||
<div class="grid-x grid-padding-x">
|
<div class="grid-x grid-padding-x">
|
||||||
<div class="large-6 medium-12 cell">
|
<div class="large-6 medium-12 cell">
|
||||||
|
|
||||||
<h5>System information</h5>
|
<h5>System information</h5>
|
||||||
<table>
|
<table>
|
||||||
<tr><th>Memory in use</th><td>{{ meminfo }}</td></tr>
|
<tr><th>Memory in use</th><td>{{ meminfo }}</td></tr>
|
||||||
@ -8,8 +8,8 @@
|
|||||||
<tr><th>Bookmarks</th><td>{{ .stats.MostRecentBookmarkInfo.Bookmarks }}</td></tr>
|
<tr><th>Bookmarks</th><td>{{ .stats.MostRecentBookmarkInfo.Bookmarks }}</td></tr>
|
||||||
<tr><th>Words in index</th><td>{{ .stats.MostRecentBookmarkInfo.IndexedWords }}</td></tr>
|
<tr><th>Words in index</th><td>{{ .stats.MostRecentBookmarkInfo.IndexedWords }}</td></tr>
|
||||||
<tr><th>Total searches</th><td>{{ .stats.Searches }}</td></tr>
|
<tr><th>Total searches</th><td>{{ .stats.Searches }}</td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="large-6 medium-12 cell">
|
<div class="large-6 medium-12 cell">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user