This commit is contained in:
Andras Bacsai
2023-06-13 10:11:11 +02:00
parent e4704fb7e6
commit c701fbad32
5 changed files with 12 additions and 16 deletions

View File

@@ -14,7 +14,7 @@
@if ($destination->getMorphClass() === 'App\Models\StandaloneDocker')
<div class="pt-2 pb-10 text-sm">Your standalone docker network.</div>
@else
<div class="pt-2 pb-10 text-sm">Your swarm docker network.</div>
<div class="pt-2 pb-10 text-sm">Your swarm docker network. WIP</div>
@endif
<div class="flex gap-2">
<x-forms.input id="destination.name" label="Name" />