fix: checkbox click

This commit is contained in:
Andras Bacsai
2024-01-16 12:28:59 +01:00
parent d721f4809a
commit 7a0e415ecf
4 changed files with 16 additions and 15 deletions

View File

@@ -207,7 +207,7 @@
<div class="flex items-center justify-center pt-4">
<x-forms.checkbox instantSave wire:model="includeSwarm"
helper="Swarm clusters are excluded from this list by default. For database, services or complex compose deployments with databases to work with Swarm,
you need to set a few things on the server. Read more <a class='text-white underline' href='https://coolify.io/docs/swarm#database-requirements' target='_blank'>here</a>."
you need to set a few things on the server. Read more <a class='text-white underline' href='https://coolify.io/docs/docker/swarm#database-requirements' target='_blank'>here</a>."
label="Include Swarm Clusters" />
</div>
@endif --}}