bd9a1dbaf3
Able to add init scripts fro postgresql
11 lines
392 B
PHP
11 lines
392 B
PHP
<div>
|
|
<form wire:submit.prevent="submit">
|
|
<div class="flex gap-2 items-end">
|
|
<x-forms.input id="filename" label="Filename"/>
|
|
<x-forms.button type="submit">Save</x-forms.button>
|
|
<x-forms.button isError wire:click.prevent="delete">Delete</x-forms.button>
|
|
</div>
|
|
<x-forms.textarea id="content" label="Content"/>
|
|
</form>
|
|
</div>
|