Add temperature monitoring and optional server URL links to dashboard
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user