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 2faef1037..0cb588e38 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 3ab776400..72f18cce0 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 8b7274419..2d3824dc9 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 4ba1c7d99..708618f89 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 3bc4144e2..7c28054a9 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 35c3e1222..41b1e705c 100644 --- a/resources/views/source/all.blade.php +++ b/resources/views/source/all.blade.php @@ -2,7 +2,7 @@ Sources | Coolify -
+

Sources