mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-04-01 12:59:20 +03:00
добавил виджет range
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
let opened = false;
|
||||
let preventMove = false;
|
||||
let devMode = true;
|
||||
let showWidjetJson = false;
|
||||
|
||||
//****************************************************variable section**********************************************************/
|
||||
//******************************************************************************************************************************/
|
||||
@@ -1122,7 +1123,7 @@
|
||||
<Route path="/">
|
||||
<DashboardPage show={dashReady} layoutJson={layoutJson} pages={pages} wsPush={(ws, topic, status) => wsPush(ws, topic, status)} />
|
||||
<!--<button class="btn-lg" on:click={() => createFinalLayout()}>{"Test"}</button>-->
|
||||
{#if devMode}
|
||||
{#if showWidjetJson}
|
||||
<textarea value={JSON.stringify(layoutJson)} class="ipt-big h-40 w-full" />
|
||||
{/if}
|
||||
</Route>
|
||||
|
||||
Reference in New Issue
Block a user