Refactor custom labels handling in General.php and update Docker Compose Content label in general.blade.php

This commit is contained in:
Andras Bacsai
2024-01-02 17:14:52 +01:00
parent a8ca57d095
commit 83d96c8d11
2 changed files with 11 additions and 6 deletions

View File

@@ -189,7 +189,7 @@
<x-forms.button wire:click="loadComposeFile">Reload Compose File</x-forms.button>
@if ($application->settings->is_raw_compose_deployment_enabled)
<x-forms.textarea rows="10" readonly id="application.docker_compose_raw"
label="Docker Compose Content" helper="You need to modify the docker compose file." />
label="Docker Compose Content (applicationId: {{$application->id}})" helper="You need to modify the docker compose file." />
@else
<x-forms.textarea rows="10" readonly id="application.docker_compose"
label="Docker Compose Content" helper="You need to modify the docker compose file." />