fix deploy selection in applications source menu
This commit is contained in:
parent
bdf411a1fc
commit
0bc823108d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class="dark:text-warning">{{ $privateKeyName }}</span>
|
||||||
<h4 class="py-2 ">Select another Private Key</h4>
|
<h4 class="py-2 ">Select another Private Key</h4>
|
||||||
<div class="flex flex-wrap gap-2">
|
<div class="flex flex-wrap gap-2">
|
||||||
@foreach ($privateKeys as $key)
|
@foreach ($privateKeys as $key)
|
||||||
<x-forms.button wire:click.defer="setPrivateKey('{{ $key->id }}')">{{ $key->name }}
|
<x-forms.button wire:click="setPrivateKey('{{ $key->id }}')">{{ $key->name }}
|
||||||
</x-forms.button>
|
</x-forms.button>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue