This commit is contained in:
Andras Bacsai 2023-06-22 10:20:38 +02:00
parent 33cae2c222
commit 3af354b343

View File

@ -22,6 +22,7 @@
@endif
</div>
@if ($server->id !== 0)
<h3 class="pb-4">Select a different Private Key</h3>
<div class="grid gap-2">
@forelse ($privateKeys as $private_key)
@ -33,4 +34,5 @@
</div>
@endforelse
</div>
@endif
</div>