mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 20:49:32 +00:00
7 lines
231 B
PHP
7 lines
231 B
PHP
<form wire:submit="uploadConfig" class="flex flex-col gap-2 w-full">
|
|
<x-forms.textarea id="config" monacoEditorLanguage="json" useMonacoEditor />
|
|
<x-forms.button type="submit">
|
|
Upload
|
|
</x-forms.button>
|
|
</form>
|