mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
6 lines
330 B
PHP
6 lines
330 B
PHP
<form wire:submit.prevent="addDynamicConfiguration" class="flex flex-col w-full gap-4">
|
|
<x-forms.input autofocus id="fileName" label="Filename" required />
|
|
<x-forms.textarea id="value" label="Configuration" required rows="20" />
|
|
<x-forms.button type="submit" @click="slideOverOpen=false">Save</x-forms.button>
|
|
</form>
|