1
0
Fork 0

sched: interface.html switch type & on/off

master
Rob Pilling 2024-03-04 08:41:00 +00:00
parent bf9940ad7b
commit 91adcb859a
1 changed files with 1 additions and 1 deletions

View File

@ -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;