исправил множество багов

This commit is contained in:
Dmitry Borisenko
2022-02-24 00:59:10 +01:00
parent 474fae6d62
commit 3c2cddb0d3
5 changed files with 37 additions and 49 deletions

View File

@@ -263,7 +263,7 @@
<button class="btn-lg" on:click={() => rebootEsp()}>{"Перезагрузить устройство"}</button>
</Card>
<!--LOG-->
<Card title="Лог">
<Card title="Лог" class="z-50">
<div class="h-80 overflow-y-auto">
{#each coreMessages as message, i}
<div class={message.msg.toString().includes("[E]") ? "text-xs text-red-500" : "text-xs text-black"}>{message.msg}</div>