This commit is contained in:
Dmitry Borisenko
2022-09-13 22:44:37 +02:00
parent 951243fe57
commit 3bf24d62f3
7 changed files with 47 additions and 18 deletions

View File

@@ -245,6 +245,14 @@
<p class="text-green-500 font-bold text-center truncate">{errorsJson.heap}</p>
</div>
</div>
<div class="flex mb-2 h-6 items-center">
<div class="w-2/3">
<p class="pr-4 text-gray-500 font-bold text-sm truncate">Остаток flash</p>
</div>
<div class="flex justify-center w-1/3 text-sm text-center">
<p class="text-green-500 font-bold text-center truncate">{errorsJson.freeBytes}</p>
</div>
</div>
<div class="flex mb-2 h-6 items-center">
<div class="w-2/3">
<p class="pr-4 text-gray-500 font-bold text-sm truncate">Кол-во записей на flash</p>