Some small admin updates (#5909)

- Some tweaks on the diagnostics layout
- Always show the latest web-vault version also when running in a container
  Users can override the web-vault folder and forget
- Also updated to the latest crates.

Kinda fixes #5908

Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
Mathijs van Veluw
2025-05-30 16:56:29 +02:00
committed by GitHub
parent 90f7e5ff80
commit 51a1d641c5
6 changed files with 149 additions and 138 deletions

View File

@@ -54,3 +54,7 @@ img {
.vw-copy-toast {
width: 15rem;
}
.abbr-badge {
cursor: help;
}