diff --git a/app/Livewire/Project/New/Select.php b/app/Livewire/Project/New/Select.php index ed454bb77..0afcf94e6 100644 --- a/app/Livewire/Project/New/Select.php +++ b/app/Livewire/Project/New/Select.php @@ -177,14 +177,14 @@ public function loadServices() 'id' => 'postgresql', 'name' => 'PostgreSQL', 'description' => 'PostgreSQL is an object-relational database known for its robustness, advanced features, and strong standards compliance.', - 'logo' => ' + 'logo' => ' ', ], [ 'id' => 'mysql', 'name' => 'MySQL', 'description' => 'MySQL is an open-source relational database management system. ', - 'logo' => ' + 'logo' => ' @@ -195,37 +195,37 @@ public function loadServices() 'id' => 'mariadb', 'name' => 'MariaDB', 'description' => 'MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system, intended to remain free and open-source.', - 'logo' => '', + 'logo' => '', ], [ 'id' => 'redis', 'name' => 'Redis', 'description' => 'Redis is a source-available, in-memory storage, used as a distributed, in-memory key–value database, cache and message broker, with optional durability.', - 'logo' => '', + 'logo' => '', ], [ 'id' => 'keydb', 'name' => 'KeyDB', 'description' => 'KeyDB is a database that offers high performance, low latency, and scalability for various data structures and workloads.', - 'logo' => '
', + 'logo' => '
', ], [ 'id' => 'dragonfly', 'name' => 'Dragonfly', 'description' => 'Dragonfly DB is a drop-in Redis replacement that delivers 25x more throughput and 12x faster snapshotting than Redis.', - 'logo' => '
', + 'logo' => '
', ], [ 'id' => 'mongodb', 'name' => 'MongoDB', 'description' => 'MongoDB is a source-available, cross-platform, document-oriented database program.', - 'logo' => '', + 'logo' => '', ], [ 'id' => 'clickhouse', 'name' => 'ClickHouse', 'description' => 'ClickHouse is a column-oriented database that supports real-time analytics, business intelligence, observability, ML and GenAI, and more.', - 'logo' => '
', + 'logo' => '
', ], ]; diff --git a/resources/views/components/resource-view.blade.php b/resources/views/components/resource-view.blade.php index acde36336..ff8e99074 100644 --- a/resources/views/components/resource-view.blade.php +++ b/resources/views/components/resource-view.blade.php @@ -4,7 +4,9 @@ 'hover:border-l-red-500 cursor-not-allowed' => $upgrade, ])>
- {{ $logo }} +
+ {{ $logo }} +
{{ $title }} diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index 277ca99af..8d2ad665d 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -74,13 +74,13 @@ class="grid justify-start grid-cols-1 gap-4 text-left xl:grid-cols-1"> :class="{ 'cursor-pointer': !selecting, 'cursor-not-allowed opacity-50': selecting }"> - - - - - - + + + + + +
@@ -93,10 +93,10 @@ class="grid justify-start grid-cols-1 gap-4 text-left xl:grid-cols-3"> :class="{ 'cursor-pointer': !selecting, 'cursor-not-allowed opacity-50': selecting }"> - - + +
@@ -109,12 +109,12 @@ class="grid justify-start grid-cols-1 gap-4 text-left xl:grid-cols-2"> :class="{ 'cursor-pointer': !selecting, 'cursor-not-allowed opacity-50': selecting }"> - - - - - - + + + + + +
@@ -141,33 +141,33 @@ class="grid justify-start grid-cols-1 gap-4 text-left xl:grid-cols-2"> - - - - - - - - - - + + + + + + + + + + @@ -301,14 +301,14 @@ function searchResources() { {{ $server->name }}
- {{ $server->description }}
+ {{ $server->description }} + @empty
-
No validated & reachable servers found. +
No validated & reachable servers found. Go to servers page
@@ -368,8 +368,7 @@ function searchResources() { @@ -387,8 +386,7 @@ function searchResources() {
@@ -426,8 +424,7 @@ function searchResources() { @@ -442,4 +439,4 @@ function searchResources() { Add Database @endif -
+ \ No newline at end of file