mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-31 12:29:26 +03:00
список устройств
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
|
||||
<button on:click={() => showModal()} type="button"> Toggle modal </button>
|
||||
<Card title="Редактор JSON">
|
||||
<textarea on:input={wigetsUpdate} rows="10" class="jsn-ipt w-full" id="text1">{syntaxHighlight(JSON.stringify(layoutJson))}</textarea>
|
||||
<textarea on:input={wigetsUpdate} rows="10" class="ipt-big w-full" id="text1">{syntaxHighlight(JSON.stringify(layoutJson))}</textarea>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user