updated labels

This commit is contained in:
user
2026-03-28 19:45:19 +02:00
parent 2cd25be2d6
commit eb85d528d9

View File

@@ -38,12 +38,12 @@
} = $props();
</script>
<form onsubmit={onsubmit} class="space-y-4">
<form {onsubmit} class="space-y-4">
<div class="space-y-2">
<Label for={`${fieldPrefix}-title`}>Title</Label>
<Input
id={`${fieldPrefix}-title`}
placeholder="e.g. Android 14 Slot 1"
placeholder="e.g. Device ABC"
bind:value={title}
required
/>
@@ -53,7 +53,7 @@
<Label for={`${fieldPrefix}-host`}>Host</Label>
<Input
id={`${fieldPrefix}-host`}
placeholder="e.g. iotam-ws-scrcpy.snapyra.com"
placeholder=""
bind:value={host}
required
/>
@@ -74,7 +74,7 @@
<Label for={`${fieldPrefix}-containerId`}>Container ID</Label>
<Input
id={`${fieldPrefix}-containerId`}
placeholder="e.g. redroid-slot-1"
placeholder="e.g. 2308rfhc40329"
bind:value={containerId}
required
/>