chore: info tooltip

This commit is contained in:
David Buday 2024-11-08 19:20:21 +01:00
parent 60d6189082
commit 02d29d93b4
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -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>