Devices is_active + Table

This commit is contained in:
2025-09-29 18:17:58 +00:00
parent b465bd9c54
commit a10343d37e
6 changed files with 62 additions and 31 deletions

View File

@@ -117,13 +117,14 @@ pre {
}
.custom-table .col-ip {
width: 120px; /* IP-Adresse schmaler */
width: 140px; /* IP-Adresse schmaler */
}
.custom-table .col-mac {
width: 120px; /* MAC-Adresse schmaler */
width: 140px; /* MAC-Adresse schmaler */
}
/* Checkbox sichtbar auch bei disabled */
.checkbox-visible:disabled {
opacity: 1; /* nicht ausgegraut */
@@ -145,7 +146,7 @@ label.text-white {
}
.custom-actions {
gap: 0.5rem; /* horizontaler Abstand zwischen Buttons */
margin: auto 0;
margin: auto 0;
background: #fff;
}