Skip to content

Commit

Permalink
chore: info tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
David Buday committed Nov 8, 2024
1 parent 60d6189 commit 02d29d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class="underline" href="https://coolify.io/docs/knowledge-base/docker/registry"
<div class="pt-4 w-fit">
<x-forms.checkbox id="application.docker_use_custom_registry"
wire:model.live="application.docker_use_custom_registry"
helper="If enabled, you can specify a custom registry URL, username, and token/password."
label="Use Custom Registry Settings" />
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<div class="pt-4 w-fit">
<x-forms.checkbox wire:model.live="useCustomRegistry" id="useCustomRegistry"
helper="If enabled, you can specify a custom registry URL, username, and token/password."
label="Use Custom Registry Settings" />
</div>

Expand Down

0 comments on commit 02d29d9

Please sign in to comment.