From 2113c0687d4d010132cb879cec4a404ce4089148 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sat, 15 Aug 2026 22:07:44 +0200 Subject: [PATCH] fix(deployment): constrain desktop logs layout and bump version Set the fallback Coolify version to 4.3.4 and keep the deployment logs panel at a fixed desktop height. --- config/constants.php | 2 +- .../application/deployment/show.blade.php | 5 ++--- tests/Feature/DeploymentLogsLayoutTest.php | 17 +++++++++++++++-- tests/Unit/ProductionImageWorkflowTest.php | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/config/constants.php b/config/constants.php index 733a6c183..7b228092b 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => env('COOLIFY_VERSION') ?: '4.3.3', + 'version' => env('COOLIFY_VERSION') ?: '4.3.4', 'helper_version' => '1.0.15', 'realtime_version' => '1.0.17', 'railpack_version' => '0.23.0', diff --git a/resources/views/livewire/project/application/deployment/show.blade.php b/resources/views/livewire/project/application/deployment/show.blade.php index acab95185..0c732d1fb 100644 --- a/resources/views/livewire/project/application/deployment/show.blade.php +++ b/resources/views/livewire/project/application/deployment/show.blade.php @@ -1,5 +1,4 @@ -