This commit is contained in:
Andras Bacsai
2023-06-08 08:47:22 +02:00
parent e37260f809
commit 88d1028950
4 changed files with 3 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
<x-forms.input id="user" label="User" required />
<x-forms.input type="number" id="port" label="Port" required />
</div>
<x-forms.select label="Private Key" wire:model.defer="private_key_id">
<x-forms.select label="Private Key" id="private_key_id">
<option disabled>Select a private key</option>
@foreach ($private_keys as $key)
@if ($loop->first)