mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 23:12:34 +03:00
some fix
This commit is contained in:
@@ -5,5 +5,13 @@
|
||||
"svelteAllowShorthand": false,
|
||||
"svelteIndentScriptAndStyle": true,
|
||||
"printWidth": 600,
|
||||
"sxBracketSameLine": true
|
||||
"sxBracketSameLine": true,
|
||||
"overrides": [
|
||||
{
|
||||
"files": "Input.svelte",
|
||||
"options": {
|
||||
"printWidth": 60
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -170,13 +170,7 @@
|
||||
<Card title="Подключение к MQTT брокеру" />
|
||||
</div>
|
||||
</Route>
|
||||
<Route path="/utilities">
|
||||
<div class="cards-grid">
|
||||
<Card title="Редактор JSON">
|
||||
<textarea on:input={wigetsUpdate} rows="10" class="json-input w-full" id="text1">{syntaxHighlight(JSON.stringify(wigets))}</textarea>
|
||||
</Card>
|
||||
</div>
|
||||
</Route>
|
||||
<Route path="/utilities" />
|
||||
</div>
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
<script>
|
||||
export let widget;
|
||||
//export let value;
|
||||
</script>
|
||||
|
||||
<div class="card-items">
|
||||
|
||||
Reference in New Issue
Block a user