Add per-server notes field and show hardware info on dashboard
All checks were successful
Build-Publish / build (linux/amd64) (push) Successful in 4s
Build-Publish / build (linux/arm64) (push) Successful in 12s
Build-Publish / create-manifest (push) Successful in 1s
Build-Publish / publish-template (push) Successful in 8s

This commit is contained in:
j
2026-03-08 13:27:35 +13:00
parent 8747209181
commit 5052d4604f
3 changed files with 82 additions and 0 deletions

View File

@@ -288,6 +288,36 @@ main {
text-align: right;
}
/* --- Notes --- */
.notes-section {
margin-bottom: 12px;
}
.notes-input {
width: 100%;
min-height: 32px;
background: #0f172a;
border: 1px solid #1e3a5f;
border-radius: 6px;
color: #cbd5e1;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 0.8rem;
padding: 8px 10px;
resize: none;
overflow: hidden;
line-height: 1.4;
}
.notes-input:focus {
outline: none;
border-color: #3b82f6;
}
.notes-input::placeholder {
color: #475569;
}
/* --- Container / VM Sub-cards --- */
.container-grid {