📚 Improved backend structure & logs for better tracking and management
This commit is contained in:
@ -1156,6 +1156,12 @@ class JobManager {
|
||||
option.text += ' - Warteschlange';
|
||||
}
|
||||
|
||||
// Inaktive Drucker kennzeichnen
|
||||
if (printer.active === false) {
|
||||
option.text += ' (Inaktiv)';
|
||||
option.style.color = '#9CA3AF';
|
||||
}
|
||||
|
||||
printerSelect.appendChild(option.cloneNode(true));
|
||||
quickSelect.appendChild(option.cloneNode(true));
|
||||
filterSelect.appendChild(filterOption);
|
||||
|
Reference in New Issue
Block a user