diff --git a/apps/sched/interface.html b/apps/sched/interface.html index 5094eeabe..73ceff3c1 100644 --- a/apps/sched/interface.html +++ b/apps/sched/interface.html @@ -258,8 +258,8 @@ function renderAlarm(alarm, exists) { }); tr.appendChild(tdTime); tdTime.colSpan = 3; tdTime.classList.add('single-row'); - tr2.appendChild(tdOptions); tr2.appendChild(tdType); + tr2.appendChild(tdOptions); tr2.appendChild(tdInfo); if (tdDays) { tr.appendChild(tdDays); tdDays.rowSpan = 2;