2023-06-05 10:07:55 +00:00
|
|
|
<form wire:submit.prevent='submit' class="flex flex-col w-full px-2">
|
2023-05-31 08:19:29 +00:00
|
|
|
<div class="flex items-end gap-2">
|
2023-05-25 12:05:44 +00:00
|
|
|
<x-forms.input placeholder="pv-name" noDirty id="name" label="Name" required />
|
|
|
|
<x-forms.input placeholder="/root" noDirty id="host_path" label="Source Path" />
|
|
|
|
<x-forms.input placeholder="/tmp/root" noDirty id="mount_path" label="Destination Path" required />
|
|
|
|
<x-forms.button type="submit">
|
2023-06-05 10:07:55 +00:00
|
|
|
Add New Volume
|
2023-05-25 12:05:44 +00:00
|
|
|
</x-forms.button>
|
2023-05-17 10:14:18 +00:00
|
|
|
</div>
|
2023-05-05 10:08:38 +00:00
|
|
|
</form>
|