Update labels for database accessibility in blade files

This commit is contained in:
Andras Bacsai
2024-04-11 08:55:11 +02:00
parent a38dd3d5c8
commit f35b7ab6f4
9 changed files with 9 additions and 9 deletions

View File

@@ -61,7 +61,7 @@
helper="A comma separated list of ports you would like to map to the host system.<br><span class='inline-block font-bold dark:text-warning'>Example</span>3000:5432,3002:5433" />
<x-forms.input placeholder="5432" disabled="{{ $database->is_public }}" id="database.public_port"
label="Public Port" />
<x-forms.checkbox instantSave id="database.is_public" label="Accessible over the internet" />
<x-forms.checkbox instantSave id="database.is_public" label="Make it publicly available" />
</div>
<x-forms.input label="Postgres URL (internal)"
helper="If you change the user/password/port, this could be different. This is with the default values."