mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
8 lines
241 B
PHP
8 lines
241 B
PHP
<div>
|
|
@forelse ($private_keys as $private_key)
|
|
<x-inputs.button wire:click='setPrivateKey({{ $private_key->id }})'>{{ $private_key->name }}</x-inputs.button>
|
|
@empty
|
|
<p>No private keys found</p>
|
|
@endforelse
|
|
</div>
|