Merge pull request #3236 from pkellner/main

Update button label from "Developer view" to "Developer view (require…
This commit is contained in:
Andras Bacsai
2024-08-29 15:50:50 +02:00
committed by GitHub

View File

@@ -8,7 +8,7 @@
</x-modal-input> </x-modal-input>
</div> </div>
<x-forms.button <x-forms.button
wire:click='switch'>{{ $view === 'normal' ? 'Developer view' : 'Normal view' }}</x-forms.button> wire:click='switch'>{{ $view === 'normal' ? 'Developer view' : 'Normal view (required to set variables at build time)' }}</x-forms.button>
</div> </div>
<div>Environment variables (secrets) for this resource. </div> <div>Environment variables (secrets) for this resource. </div>
@if ($this->resourceClass === 'App\Models\Application' && data_get($this->resource, 'build_pack') !== 'dockercompose') @if ($this->resourceClass === 'App\Models\Application' && data_get($this->resource, 'build_pack') !== 'dockercompose')