This commit is contained in:
Andras Bacsai
2023-05-05 12:08:38 +02:00
parent dcc1c72882
commit 96b9f8213c
16 changed files with 175 additions and 33 deletions

View File

@@ -0,0 +1,9 @@
<form wire:submit.prevent='submit' class="flex items-end gap-2 px-2">
<x-inputs.input noDirty id="name" label="Name" required />
<x-inputs.input noDirty id="mount_path" label="Mount Path (in your app)" required />
<x-inputs.input noDirty id="host_path" label="Mount Path (host)" />
<x-inputs.button type="submit">
Add
</x-inputs.button>
</form>