update api, operate doors
This commit is contained in:
parent
d1106fd3ed
commit
d19a26e128
4 changed files with 154 additions and 11 deletions
|
|
@ -44,10 +44,10 @@ const t = useTranslations(lang)
|
|||
</div>
|
||||
</div>
|
||||
<div class="hidden group-data-active:grid grid-cols-2 w-full items-center gap-2 mt-4">
|
||||
<button class="btn btn-outline btn-error">
|
||||
<button class="btn btn-outline btn-error" data-button="lock">
|
||||
{t("button.close")}
|
||||
</button>
|
||||
<button class="btn btn-outline btn-success">
|
||||
<button class="btn btn-outline btn-success" data-button="unlock">
|
||||
{t("button.open")}
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue