disable/uncomment input field in vorgang list

This commit is contained in:
2025-06-11 08:18:28 +02:00
parent c1958e848a
commit aeabbd6d1f

View File

@@ -195,7 +195,7 @@
}}>{item.name}</span }}>{item.name}</span
> >
<input <!--<input
class="text-sm font-semibold leading-6 text-gray-900 inline-block min-w-1" class="text-sm font-semibold leading-6 text-gray-900 inline-block min-w-1"
type="text" type="text"
name="" name=""
@@ -206,7 +206,7 @@
}} }}
bind:value={item.name} bind:value={item.name}
id="label__{item.name}" id="label__{item.name}"
/> />-->
<!-- disabled={item.show_button} --> <!-- disabled={item.show_button} -->
<!-- https://iconduck.com/icons/192863/edit-rename --> <!-- https://iconduck.com/icons/192863/edit-rename -->