mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
11 lines
413 B
PHP
11 lines
413 B
PHP
<div>
|
|
<form class="flex flex-col gap-2 " wire:submit.prevent='createPrivateKey'>
|
|
<x-inputs.input id="name" label="Name" required />
|
|
<x-inputs.input id="description" label="Description" />
|
|
<x-inputs.input type="textarea" id="value" label="Private Key" required />
|
|
<x-inputs.button type="submit" wire.click.prevent>
|
|
Save
|
|
</x-inputs.button>
|
|
</form>
|
|
</div>
|