This commit is contained in:
Andras Bacsai
2023-05-04 11:14:37 +02:00
parent 32b7a1ffcd
commit 69811e26cd
5 changed files with 12 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
<x-layout>
<h1>New Destination</h1>
<livewire:destination.new.standalone-docker :server_id="$server_id" />
<livewire:destination.new.standalone-docker :servers="$servers" />
</x-layout>

View File

@@ -1,4 +1,4 @@
<x-layout>
<h1>Destination</h1>
<livewire:destination.form :destination_uuid="$destination_uuid" />
<livewire:destination.form :destination="$destination" />
</x-layout>