show private key

This commit is contained in:
Andras Bacsai 2023-05-02 14:20:41 +02:00
parent 8868765ea5
commit 4706414e26

View File

@ -1,6 +1,8 @@
<x-layout> <x-layout>
<h1>Server</h1> <h1>Server</h1>
<livewire:server.form :server_id="$server->id" /> <livewire:server.form :server_id="$server->id" />
<h2>Private Key</h2>
<p>{{ $server->privateKey->private_key }}</p>
<h2>Destinations</h2> <h2>Destinations</h2>
@if ($server->standaloneDockers) @if ($server->standaloneDockers)
@foreach ($server->standaloneDockers as $docker) @foreach ($server->standaloneDockers as $docker)