Название устройства
IP адрес
Идентификатор
Состояние
{#each deviceList as device, i}
{device.name}
{device.ip}
{device.id}
{device.status ? "online" : "offline"}
deleteLineFromDevlist(i)} class="h-6 w-6 text-red-400 cursor-pointer" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
{/each} {#if showInput}
{/if}
((showInput = !showInput), devListSave())}>{showInput ? "Сохранить" : "Добавить устройство"}