mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 15:20:40 +00:00
feat(ui): use 2 column layout
This commit is contained in:
@@ -449,7 +449,7 @@
|
|||||||
<div>If you need extra extensions, you can select Supabase PostgreSQL (or others), otherwise select
|
<div>If you need extra extensions, you can select Supabase PostgreSQL (or others), otherwise select
|
||||||
PostgreSQL
|
PostgreSQL
|
||||||
18 (default).</div>
|
18 (default).</div>
|
||||||
<div class="flex flex-col gap-6 pt-8">
|
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6 pt-8">
|
||||||
<div class="gap-2 coolbox group flex relative"
|
<div class="gap-2 coolbox group flex relative"
|
||||||
:class="{ 'cursor-pointer': !selecting, 'cursor-not-allowed opacity-50': selecting }"
|
:class="{ 'cursor-pointer': !selecting, 'cursor-not-allowed opacity-50': selecting }"
|
||||||
x-on:click="!selecting && (selecting = true, $wire.setPostgresqlType('postgres:18-alpine'))"
|
x-on:click="!selecting && (selecting = true, $wire.setPostgresqlType('postgres:18-alpine'))"
|
||||||
|
|||||||
Reference in New Issue
Block a user