From a671dd4562e583ee6e0aa8a1c8e13440070bbe79 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Sat, 1 Feb 2025 21:33:44 +0100 Subject: [PATCH] fix(ui): align title and add button vertically in various views --- resources/views/livewire/destination/index.blade.php | 2 +- resources/views/livewire/server/index.blade.php | 2 +- .../views/livewire/shared-variables/project/show.blade.php | 2 +- resources/views/livewire/shared-variables/team/index.blade.php | 2 +- resources/views/livewire/storage/index.blade.php | 2 +- resources/views/source/all.blade.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/livewire/destination/index.blade.php b/resources/views/livewire/destination/index.blade.php index 2faef10371..0cb588e38d 100644 --- a/resources/views/livewire/destination/index.blade.php +++ b/resources/views/livewire/destination/index.blade.php @@ -2,7 +2,7 @@ Destinations | Coolify -
+

Destinations

@if ($servers->count() > 0) diff --git a/resources/views/livewire/server/index.blade.php b/resources/views/livewire/server/index.blade.php index 3ab776400a..72f18cce0e 100644 --- a/resources/views/livewire/server/index.blade.php +++ b/resources/views/livewire/server/index.blade.php @@ -2,7 +2,7 @@ Servers | Coolify -
+

Servers

diff --git a/resources/views/livewire/shared-variables/project/show.blade.php b/resources/views/livewire/shared-variables/project/show.blade.php index 8b72744199..2d3824dc93 100644 --- a/resources/views/livewire/shared-variables/project/show.blade.php +++ b/resources/views/livewire/shared-variables/project/show.blade.php @@ -2,7 +2,7 @@ Project Variable | Coolify -
+

Shared Variables for {{data_get($project,'name')}}

diff --git a/resources/views/livewire/shared-variables/team/index.blade.php b/resources/views/livewire/shared-variables/team/index.blade.php index 4ba1c7d99b..708618f895 100644 --- a/resources/views/livewire/shared-variables/team/index.blade.php +++ b/resources/views/livewire/shared-variables/team/index.blade.php @@ -2,7 +2,7 @@ Team Variables | Coolify -
+

Team Shared Variables

diff --git a/resources/views/livewire/storage/index.blade.php b/resources/views/livewire/storage/index.blade.php index 3bc4144e2b..7c28054a9a 100644 --- a/resources/views/livewire/storage/index.blade.php +++ b/resources/views/livewire/storage/index.blade.php @@ -2,7 +2,7 @@ Storages | Coolify -
+

S3 Storages

diff --git a/resources/views/source/all.blade.php b/resources/views/source/all.blade.php index 35c3e12220..41b1e705c5 100644 --- a/resources/views/source/all.blade.php +++ b/resources/views/source/all.blade.php @@ -2,7 +2,7 @@ Sources | Coolify -
+

Sources