show private key
This commit is contained in:
parent
8868765ea5
commit
4706414e26
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<x-layout>
|
||||
<h1>Server</h1>
|
||||
<livewire:server.form :server_id="$server->id" />
|
||||
<h2>Private Key</h2>
|
||||
<p>{{ $server->privateKey->private_key }}</p>
|
||||
<h2>Destinations</h2>
|
||||
@if ($server->standaloneDockers)
|
||||
@foreach ($server->standaloneDockers as $docker)
|
||||
|
|
|
|||
Loading…
Reference in a new issue