mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore: info tooltip
This commit is contained in:
parent
60d6189082
commit
02d29d93b4
2 changed files with 2 additions and 0 deletions
|
|
@ -139,6 +139,7 @@
|
|||
<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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue