mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-31 20:39:22 +03:00
список устройств
This commit is contained in:
@@ -290,7 +290,7 @@
|
||||
<button class="btn-lg" on:click={() => rebootEsp()}>{"Перезагрузить устройство"}</button>
|
||||
<button class="btn-lg" on:click={() => createExportFile()}>{"Экспорт конфигурации"}</button>
|
||||
<label on:click={() => reset()} class="btn-lg cursor-pointer select-none">
|
||||
<input bind:files accept="application/JSON" type="file" id="formFile" />
|
||||
<input bind:files={files} accept="application/JSON" type="file" id="formFile" />
|
||||
{"Импорт конфигурации"}
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user