add dropdown without content

This commit is contained in:
ayntk-ai 2024-08-12 17:36:46 +02:00
parent 69fc4c7f52
commit 555dc1a9b5
No known key found for this signature in database

View File

@ -65,7 +65,7 @@ class="w-full mt-8 mb-4 font-bold box-without-bg bg-coollabs hover:bg-coollabs-1
<x-forms.input placeholder="https://example.com" id="wildcard_domain" label="Wildcard Domain"
helper='A wildcard domain allows you to receive a randomly generated domain for your new applications. <br><br>For instance, if you set "https://example.com" as your wildcard domain, your applications will receive domains like "https://randomId.example.com".' />
@endif
<x-forms.select id="server.settings.timezone" label="Server Timezone" wire:model="server.settings.timezone" required />
</div>
<div class="flex flex-col w-full gap-2 lg:flex-row">
<x-forms.input type="password" id="server.ip" label="IP Address/Domain"
@ -192,4 +192,4 @@ class="w-full mt-8 mb-4 font-bold box-without-bg bg-coollabs hover:bg-coollabs-1
</div> --}}
@endif
</form>
</div>
</div>