Userverwaltung

This commit is contained in:
2025-09-26 18:08:32 +00:00
parent 85d7872934
commit c0c3ed4dd7
14 changed files with 364 additions and 201 deletions

View File

@@ -22,3 +22,27 @@ pre {
.mb-3 a.btn {
margin-right: 5px;
}
.device-card {
border: 1px solid #ccc;
border-radius: 5px;
padding: 15px;
margin-bottom: 15px;
text-align: center;
min-width: 150px;
}
.device-name {
margin-bottom: 0.5rem;
font-weight: bold;
}
.status-online {
color: green;
font-weight: bold;
}
.status-offline {
color: red;
font-weight: bold;
}