flow to add new destinations

This commit is contained in:
Andras Bacsai
2023-05-03 11:16:08 +02:00
parent c295a3e90b
commit 4eb1c0412b
5 changed files with 42 additions and 24 deletions

View File

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