This commit is contained in:
Andras Bacsai
2023-06-16 12:35:40 +02:00
parent 7456fc1ac7
commit 3589b92ec9
84 changed files with 285 additions and 244 deletions

View File

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