mirror of https://github.com/espruino/BangleApps
sched interface: display appid of an alarm
parent
c893bc849f
commit
f46e8359c7
|
@ -173,7 +173,7 @@ function renderAlarm(alarm, exists) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tdType.textContent = type;
|
tdType.textContent = type + (alarm.appid ? `\n(${alarm.appid})` : "");
|
||||||
if (!exists) {
|
if (!exists) {
|
||||||
const asterisk = document.createElement('sup');
|
const asterisk = document.createElement('sup');
|
||||||
asterisk.textContent = '*';
|
asterisk.textContent = '*';
|
||||||
|
|
Loading…
Reference in New Issue