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