1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-16 18:01:37 +00:00

feat: show size of DB on the about page

This commit is contained in:
Paul Stenius 2025-03-03 20:08:01 -05:00
parent ad02f21d04
commit 173ec497a2
22 changed files with 175 additions and 135 deletions

View file

@ -18,6 +18,7 @@
<li><strong>{{ t "page.about.build_date" }}</strong> {{ .build_date }}</li>
{{ if .user.IsAdmin }}<li><strong>{{ t "page.about.postgres_version" }}</strong> {{ .postgres_version }}</li>{{ end }}
<li><strong>{{t "page.about.go_version" }}</strong> {{ .go_version }}</li>
{{ if .user.IsAdmin }}<li><strong>{{t "page.about.db_usage" }}</strong> {{ .db_usage }}</li>{{ end }}
</ul>
</div>