"Refactor printer templates and monitor logic"
This commit is contained in:
@@ -87,6 +87,21 @@
|
||||
background: linear-gradient(90deg, rgba(139, 92, 246, 0.1) 0%, rgba(124, 58, 237, 0.05) 100%);
|
||||
}
|
||||
|
||||
.status-standby {
|
||||
border-left: 4px solid #f59e0b;
|
||||
background: linear-gradient(90deg, rgba(245, 158, 11, 0.1) 0%, rgba(217, 119, 6, 0.05) 100%);
|
||||
}
|
||||
|
||||
.status-unreachable {
|
||||
border-left: 4px solid #6b7280;
|
||||
background: linear-gradient(90deg, rgba(107, 114, 128, 0.1) 0%, rgba(75, 85, 99, 0.05) 100%);
|
||||
}
|
||||
|
||||
.status-unconfigured {
|
||||
border-left: 4px solid #6366f1;
|
||||
background: linear-gradient(90deg, rgba(99, 102, 241, 0.1) 0%, rgba(79, 70, 229, 0.05) 100%);
|
||||
}
|
||||
|
||||
/* Real-time Status Indicators */
|
||||
.status-pulse {
|
||||
animation: pulse-status 2s infinite;
|
||||
@@ -661,10 +676,13 @@
|
||||
<select id="filterStatus" class="mercedes-form-input block w-full px-4 py-3 rounded-lg">
|
||||
<option value="">Alle Status</option>
|
||||
<option value="online">Online</option>
|
||||
<option value="standby">Standby</option>
|
||||
<option value="offline">Offline</option>
|
||||
<option value="unreachable">Unerreichbar</option>
|
||||
<option value="printing">Druckt</option>
|
||||
<option value="error">Fehler</option>
|
||||
<option value="maintenance">Wartung</option>
|
||||
<option value="unconfigured">Nicht konfiguriert</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user