Название устройства
IP адрес
Идентификатор
Состояние
{#each deviceList as device, i}
{device.name}
{device.ip}
{device.id}
{device.status ? "online" : "offline"}
deleteLineFromDevlist(i)} />
{/each} {#if showInput}
{/if}
((showInput = !showInput), devListSave())}>{showInput ? "Сохранить" : "Добавить устройство"}