mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-27 12:34:34 +00:00
fix
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
Delete
|
||||
</x-forms.button>
|
||||
</div>
|
||||
<div class="pb-8 text-sm">Private Key used for SSH connection</div>
|
||||
<div class="pb-8 ">Private Key used for SSH connection</div>
|
||||
<x-forms.input id="private_key.name" label="Name" required />
|
||||
<x-forms.input id="private_key.description" label="Description" />
|
||||
<div>
|
||||
<div class="flex items-end gap-2 py-2 ">
|
||||
<div class="pl-1 text-sm">Private Key <span class='text-helper'>*</span></div>
|
||||
<div class="pl-1 ">Private Key <span class='text-helper'>*</span></div>
|
||||
<div class="text-xs text-white underline cursor-pointer" x-cloak x-show="!showPrivateKey"
|
||||
x-on:click="showPrivateKey = true">
|
||||
Show
|
||||
|
||||
Reference in New Issue
Block a user