diff --git a/frontend/src/lib/components/DeviceFormPort.svelte b/frontend/src/lib/components/DeviceFormPort.svelte index 36b0a719..63a4033d 100644 --- a/frontend/src/lib/components/DeviceFormPort.svelte +++ b/frontend/src/lib/components/DeviceFormPort.svelte @@ -39,6 +39,7 @@ type="text" placeholder="ssh" class="input input-sm input-bordered w-full" + required bind:value={device.expand.ports[index].name} /> @@ -53,6 +54,7 @@ min="1" max="65535" class="input input-sm input-bordered w-full" + required bind:value={device.expand.ports[index].number} />