From cd2ee255641d3e76c48ff322aa98fa84a0f46e7c Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 3 Feb 2025 14:37:13 +0100 Subject: [PATCH] fix(ui): update docker compose file helper text to clarify repository modification --- .../livewire/project/application/general.blade.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php index 0a981f3a9..da806f916 100644 --- a/resources/views/livewire/project/application/general.blade.php +++ b/resources/views/livewire/project/application/general.blade.php @@ -291,16 +291,18 @@ @if ($application->settings->is_raw_compose_deployment_enabled) + helper="You need to modify the docker compose file in the git repository." + monacoEditorLanguage="yaml" useMonacoEditor /> @else @if ((int) $application->compose_parsing_version >= 3) @endif @endif