show debug

This commit is contained in:
Andras Bacsai
2023-05-02 14:30:15 +02:00
parent 4706414e26
commit 53e2960ffd
3 changed files with 2 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
<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)