fix: activity log now shows machine_id/name, 164 Disney assets updated with park data, WO date range defaults to week

This commit is contained in:
2026-06-01 23:47:30 -04:00
parent 1e7576e7d0
commit e59b0fd6b6
2 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -4192,7 +4192,7 @@
// WORK ORDERS TAB
// ═══════════════════════════════════════════════════════════════════════
let woFilters = { q: '', status: null, tech: null, priority: null, work_type: null, date_range: 'all', date_from: null, date_to: null };
let woFilters = { q: '', status: null, tech: null, priority: null, work_type: null, date_range: 'week', date_from: null, date_to: null };
let woOffset = 0;
const WO_PAGE_SIZE = 50;
let woTotal = 0;