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

7
Cargo.lock generated
View file

@ -1259,6 +1259,12 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "human_bytes"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27e2b089f28ad15597b48d8c0a8fe94eeb1c1cb26ca99b6f66ac9582ae10c5e6"
[[package]]
name = "humansize"
version = "2.1.3"
@ -2959,6 +2965,7 @@ version = "0.0.0"
dependencies = [
"chrono",
"database",
"human_bytes",
"id",
"thiserror",
"url",