📚 Improved backend structure & logs for better tracking and management
This commit is contained in:
@ -135,7 +135,8 @@ def admin_plug_schedules():
|
||||
|
||||
# Alle Drucker für Filter-Dropdown
|
||||
with get_cached_session() as db_session:
|
||||
printers = db_session.query(Printer).filter(Printer.active == True).all()
|
||||
# Alle Drucker für Auswahlfelder anzeigen (unabhängig von active-Status)
|
||||
printers = db_session.query(Printer).all()
|
||||
|
||||
return render_template('admin_plug_schedules.html',
|
||||
stats=stats_24h,
|
||||
|
Reference in New Issue
Block a user