mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-31 12:29:26 +03:00
добавил modal
This commit is contained in:
@@ -618,7 +618,6 @@
|
||||
<table class="table-fixed w-full">
|
||||
<thead class="bg-gray-50">
|
||||
<tr>
|
||||
<th class="table-head-element">Тип</th>
|
||||
<th class="table-head-element">Подтип</th>
|
||||
<th class="table-head-element">Id</th>
|
||||
<th class="table-head-element">Виджет</th>
|
||||
@@ -631,7 +630,6 @@
|
||||
<tbody class="bg-white">
|
||||
{#each config as element}
|
||||
<tr>
|
||||
<td class="table-body-element">{element.type}</td>
|
||||
<td class="table-body-element">{element.subtype}</td>
|
||||
<td class="table-body-element"><input bind:value={element.id} class="table-input" type="text" /></td>
|
||||
<td class="table-body-element"
|
||||
|
||||
Reference in New Issue
Block a user