mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-04-01 12:59:20 +03:00
working version
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<Range bind:value={widget.status} widget={widget} wsPush={(ws, topic, status) => wsPush(ws, topic, status)} />
|
||||
{/if}
|
||||
{#if widget.widget === "chart"}
|
||||
<Chart bind:value={widget.status} widget={widget} />
|
||||
<Chart widget={widget} />
|
||||
{/if}
|
||||
{/if}
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user