mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
6 lines
329 B
PHP
6 lines
329 B
PHP
<form wire:submit.prevent="addDynamicConfiguration" class="flex flex-col gap-4">
|
|
<x-forms.input id="fileName" label="Filename (.yaml or .yml)" required />
|
|
<x-forms.textarea id="value" label="Configuration" required rows="20" />
|
|
<x-forms.button type="submit" @click="slideOverOpen=false">Save</x-forms.button>
|
|
</form>
|