1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38: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 committed by Frédéric Guillot
parent 12ca7aa085
commit 0cf5051cf8
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>