This commit is contained in:
Andras Bacsai 2022-09-05 08:21:18 +02:00
parent f994092d7f
commit b0a7b1eb3d

View File

@ -538,7 +538,7 @@
/> />
</div> </div>
{#if !isBot} {#if !isBot}
<div class="grid grid-cols-2 items-center"> <div class="grid grid-cols-2 items-center pb-8">
<label for="fqdn" class="text-base font-bold text-stone-100" <label for="fqdn" class="text-base font-bold text-stone-100"
>{$t('application.url_fqdn')} >{$t('application.url_fqdn')}
<Explainer <Explainer
@ -658,7 +658,7 @@
/> />
</div> </div>
{/if} {/if}
<div class="grid grid-cols-2 items-center"> <div class="grid grid-cols-2 items-center pb-8">
<label for="exposePort" class="text-base font-bold text-stone-100" <label for="exposePort" class="text-base font-bold text-stone-100"
>Exposed Port <Explainer >Exposed Port <Explainer
explanation={'You can expose your application to a port on the host system.<br><br>Useful if you would like to use your own reverse proxy or tunnel and also in development mode. Otherwise leave empty.'} explanation={'You can expose your application to a port on the host system.<br><br>Useful if you would like to use your own reverse proxy or tunnel and also in development mode. Otherwise leave empty.'}
@ -700,7 +700,7 @@
placeholder="{$t('forms.default')}: yarn build" placeholder="{$t('forms.default')}: yarn build"
/> />
</div> </div>
<div class="grid grid-cols-2 items-center"> <div class="grid grid-cols-2 items-center pb-8">
<label for="startCommand" class="text-base font-bold text-stone-100" <label for="startCommand" class="text-base font-bold text-stone-100"
>{$t('application.start_command')}</label >{$t('application.start_command')}</label
> >