Show a graph for words indexed, clean up display.

This commit is contained in:
2022-12-18 09:46:03 +10:30
parent 8215eaa821
commit 85b98b6a25
3 changed files with 50 additions and 20 deletions

View File

@@ -10,6 +10,10 @@
<tr><th>Total searches</th><td>{{ .stats.Searches }}</td></tr>
</table>
<h5>Database information</h5>
<img src="/graph/bookmarks">
<img src="/graph/indexed_words">
</div>
<div class="large-6 medium-12 cell">
@@ -33,6 +37,4 @@
{{ end }}
{{ end }}
<h5>Graph</h5>
<img src="/graph">
</div>