wip
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<x-layout>
|
||||
<h1>Destination</h1>
|
||||
<livewire:destination.form :destination_uuid="$destination_uuid" />
|
||||
<livewire:destination.form :destination="$destination" />
|
||||
</x-layout>
|
||||
|
||||
Reference in New Issue
Block a user