ui: services are not availble yet

This commit is contained in:
Andras Bacsai 2023-09-11 13:52:54 +02:00
parent 3ab4365fca
commit 230155312f

View File

@ -76,6 +76,10 @@
</div> </div>
</div> --}} </div> --}}
</div> </div>
<h2 class="py-4">Services</h2>
<div class="grid justify-start grid-cols-1 gap-2 text-left xl:grid-cols-3">
Ghost, Plausible, Wordpress, etc... Coming very very soon...
</div>
@endif @endif
@if ($current_step === 'servers') @if ($current_step === 'servers')
<ul class="pb-10 steps"> <ul class="pb-10 steps">
@ -135,10 +139,11 @@
</div> </div>
@endif @endif
@if ($current_step === 'existing-postgresql') @if ($current_step === 'existing-postgresql')
<form wire:submit.prevent='addExistingPostgresql' class="flex items-end gap-2"> <form wire:submit.prevent='addExistingPostgresql' class="flex items-end gap-2">
<x-forms.input placeholder="postgres://username:password@database:5432" label="Database URL" id="existingPostgresqlUrl" /> <x-forms.input placeholder="postgres://username:password@database:5432" label="Database URL"
<x-forms.button type="submit">Add Database</x-forms.button> id="existingPostgresqlUrl" />
</form> <x-forms.button type="submit">Add Database</x-forms.button>
</form>
@endif @endif
</div> </div>
</div> </div>