mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-25 12:34:32 +00:00
storages
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user