Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ac1029f

Browse files
committed
webui: Fix missing download size in Download database button
1 parent 4ca0992 commit ac1029f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webui/templates/database.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
Releases: "[[ .DB.Info.Releases ]]",
225225
SourceURL: "[[ .DB.Info.SourceURL ]]",
226226
Tables: [[ .DB.Info.Tables ]],
227+
Size: [[ .DB.Info.DBEntry.Size ]],
227228
Tags: "[[ .DB.Info.Tags ]]",
228229
[[ if .Meta.LoggedInUser ]]
229230
Loggedin: "true",

0 commit comments

Comments
 (0)