show debug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user