Add temperature monitoring and optional server URL links to dashboard
All checks were successful
Build-Publish / build (linux/amd64) (push) Successful in 5s
Build-Publish / build (linux/arm64) (push) Successful in 11s
Build-Publish / create-manifest (push) Successful in 2s
Build-Publish / publish-template (push) Successful in 7s

This commit is contained in:
j
2026-03-07 23:08:57 +13:00
parent d8338bbf82
commit df29cd88de
5 changed files with 96 additions and 4 deletions

View File

@@ -121,6 +121,19 @@ main {
white-space: nowrap;
}
.server-link {
color: #3b82f6;
text-decoration: none;
font-size: 0.9rem;
flex-shrink: 0;
opacity: 0.7;
transition: opacity 0.2s;
}
.server-link:hover {
opacity: 1;
}
.server-ip {
font-size: 0.8rem;
color: #94a3b8;