This commit is contained in:
MichaelDvP
2021-07-26 11:55:06 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
- Junkers thermostat shows mode as selected by set_mode
- HA thermostat mode if bool-format: numbers is selected
- Web UI System Log sometimes skipped a few log messages when watching real-time
- fix wwactivated [#89](https://github.com/emsesp/EMS-ESP32/issues/89)
## Changed

View File

@@ -121,7 +121,7 @@ const LogEventConsole: FC<LogEventConsoleProps> = (props) => {
return (
<Box id="log-window" className={classes.console}>
{events.map((e) => (
<div className={classes.entry}>
<div className={classes.entry} key={e.i}>
<span>{e.t}</span>
<span className={styleLevel(e.l)}>{paddedLevelLabel(e.l)} </span>
<span>{paddedIDLabel(e.i)} </span>