This commit is contained in:
Andras Bacsai 2023-05-03 11:19:57 +02:00
parent 4eb1c0412b
commit 34a935f757

View File

@ -1,7 +1,7 @@
<x-layout>
<h1>Server</h1>
<livewire:server.form :server_id="$server->id" />
<h2>Destinations <a href="{{ route('destination.new') }}"><button>New</button></h2>
<h2>Destinations <a href="{{ route('destination.new', ['server_id' => $server->id]) }}"><button>New</button></a></h2>
@if ($server->standaloneDockers)
@foreach ($server->standaloneDockers as $docker)
<p>Network: {{ data_get($docker, 'network') }}</p>