updated labels
This commit is contained in:
@@ -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
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user