mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-29 00:12:35 +03:00
final version
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<Card title="Подключение к MQTT">
|
||||
<div class="crd-itm-psn">
|
||||
<div class="w-4/6">
|
||||
<p class="wgt-dscr-stl text-rose-500 truncate">Состояние подключения</p>
|
||||
<p class="wgt-dscr-stl text-gray-500 truncate">Состояние подключения</p>
|
||||
</div>
|
||||
<div class="flex justify-center w-3/6 align-baseline text-sm sm:text-sm md:text-base lg:text-base xl:text-base 2xl:text-base break-words">
|
||||
{#if errorsJson.mqtt === "e5"}
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
<p class="pr-4 text-gray-500 font-bold text-sm truncate">Доступные версии</p>
|
||||
</div>
|
||||
<div class="flex justify-center w-1/3">
|
||||
<select class="border border-indigo-500 border-4 text-center" bind:value={choosingVersion}>
|
||||
<select class="border border-indigo-500 border-1 text-center" bind:value={choosingVersion}>
|
||||
{#if versionsList}
|
||||
{#each Object.entries(versionsList) as [key, param]}
|
||||
<option value={param}>
|
||||
@@ -483,7 +483,7 @@
|
||||
|
||||
<!--LOG-->
|
||||
<Card title="Лог">
|
||||
<div class="overflow-y-auto" style={{ width: `$200px` }}>
|
||||
<div class="h-96 overflow-y-auto">
|
||||
{#each coreMessages as message, i}
|
||||
<div class={message.msg.toString().includes("[E]") || message.msg.toString().includes("[!]") ? "text-xs text-red-500" : "text-xs text-black"}>{message.msg}</div>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user