show public key of generated private key

This commit is contained in:
Andras Bacsai
2023-08-27 15:23:47 +02:00
parent 9f10cb2899
commit c21ce45d70
24 changed files with 40 additions and 33 deletions

View File

@@ -93,7 +93,7 @@
<div class="pb-4">This will remove this server from Coolify. Beware! There is no coming
back!
</div>
@if ($server->id !== 0 || is_dev())
@if ($server->id !== 0 || isDev())
<x-forms.button isError isModal modalId="deleteServer">
Delete
</x-forms.button>