admin/settings: maintenance page, show database size

This commit is contained in:
Philippe Loctaux 2023-05-06 16:11:16 +02:00
parent 3dfcd542bf
commit ff6c910b2f
13 changed files with 203 additions and 0 deletions

View file

@ -9,3 +9,4 @@ id = { path = "../id" }
thiserror = { workspace = true }
chrono = { workspace = true }
url = { workspace = true }
human_bytes = { version = "0.4.1", default-features = false }