const modal = document.createElement('div'); modal.className = 'modal-overlay'; modal.innerHTML = `
Manage print jobs across all printers
No print jobs in queue
Track filament inventory and costs
| Type | Color | Brand | Remaining | Cost/kg | Status |
|---|---|---|---|---|---|
| ${m.type} | ${m.color} | ${m.brand || '-'} | ${m.remaining_g}g | $${m.cost_per_kg} | ${m.status} |
| No materials tracked yet | |||||
Status-based triggers and actions
| Name | Trigger | Action | Status |
|---|---|---|---|
| ${r.name} | ${r.trigger_status} | ${r.action_type} | ${r.is_active ? 'Active' : 'Inactive'} |
| No automation rules configured | |||