fix: parser parser

This commit is contained in:
Andras Bacsai
2024-08-23 11:32:58 +02:00
parent 5394223f6b
commit 0f9076562f
3 changed files with 3 additions and 30 deletions

View File

@@ -254,7 +254,7 @@
helper="You need to modify the docker compose file." monacoEditorLanguage="yaml"
useMonacoEditor />
@else
@if (isDev())
@if ($application->compose_parsing_version === '3')
<x-forms.textarea rows="10" readonly id="application.docker_compose_raw"
label="Docker Compose Content (raw)" helper="You need to modify the docker compose file."
monacoEditorLanguage="yaml" useMonacoEditor />