fix(ui): update docker compose file helper text to clarify repository modification
This commit is contained in:
@@ -291,16 +291,18 @@
|
|||||||
@if ($application->settings->is_raw_compose_deployment_enabled)
|
@if ($application->settings->is_raw_compose_deployment_enabled)
|
||||||
<x-forms.textarea rows="10" readonly id="application.docker_compose_raw"
|
<x-forms.textarea rows="10" readonly id="application.docker_compose_raw"
|
||||||
label="Docker Compose Content (applicationId: {{ $application->id }})"
|
label="Docker Compose Content (applicationId: {{ $application->id }})"
|
||||||
helper="You need to modify the docker compose file." monacoEditorLanguage="yaml"
|
helper="You need to modify the docker compose file in the git repository."
|
||||||
useMonacoEditor />
|
monacoEditorLanguage="yaml" useMonacoEditor />
|
||||||
@else
|
@else
|
||||||
@if ((int) $application->compose_parsing_version >= 3)
|
@if ((int) $application->compose_parsing_version >= 3)
|
||||||
<x-forms.textarea rows="10" readonly id="application.docker_compose_raw"
|
<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."
|
label="Docker Compose Content (raw)"
|
||||||
|
helper="You need to modify the docker compose file in the git repository."
|
||||||
monacoEditorLanguage="yaml" useMonacoEditor />
|
monacoEditorLanguage="yaml" useMonacoEditor />
|
||||||
@endif
|
@endif
|
||||||
<x-forms.textarea rows="10" readonly id="application.docker_compose"
|
<x-forms.textarea rows="10" readonly id="application.docker_compose"
|
||||||
label="Docker Compose Content" helper="You need to modify the docker compose file."
|
label="Docker Compose Content"
|
||||||
|
helper="You need to modify the docker compose file in the git repository."
|
||||||
monacoEditorLanguage="yaml" useMonacoEditor />
|
monacoEditorLanguage="yaml" useMonacoEditor />
|
||||||
@endif
|
@endif
|
||||||
<div class="w-96">
|
<div class="w-96">
|
||||||
|
Reference in New Issue
Block a user