Support multiple standalone Proxmox hosts with shared credentials

Comma-separated host list logs into every host, merges VM lists tagged
by origin host, and routes SPICE connections to the right one. Also
adds a username format hint (user@realm) on the login form.
This commit is contained in:
2026-07-06 10:29:44 +02:00
parent a0e7aa8f52
commit ebb405ab9b
5 changed files with 90 additions and 20 deletions
+7
View File
@@ -76,6 +76,13 @@ body.login-page {
margin-bottom: 0.4rem;
}
.field-hint {
font-size: 0.72rem;
color: var(--muted);
margin-top: 0.35rem;
line-height: 1.4;
}
input[type="text"],
input[type="password"] {
width: 100%;