feat: Add VPN status label
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 51s
Build Docker / BuildImage (push) Successful in 1m7s

This commit is contained in:
2026-03-23 18:54:26 +11:00
parent 8678711ab1
commit 7cdce566da
2 changed files with 35 additions and 0 deletions

View File

@@ -104,3 +104,11 @@ a:hover {
background-color: #444;
text-decoration: none;
}
.success {
color: #4CAF50;
}
.failure {
color: #f44336;
}