This commit is contained in:
Andras Bacsai
2023-10-04 10:34:44 +02:00
parent 4ac8e1cc67
commit a5e6975dac
4 changed files with 29 additions and 30 deletions

View File

@@ -106,8 +106,7 @@
<h2>Storages</h2>
</div>
<div class="pb-4">Persistent storage to preserve data between deployments.</div>
<span class="text-warning">Please modify storage layout in your <a class="underline"
href="{{ Str::of(url()->current())->beforeLast('/') }}">Docker Compose</a> file.</span>
<span class="text-warning">Please modify storage layout in your Docker Compose file.</span>
@foreach ($applications as $application)
<livewire:project.service.storage wire:key="application-{{ $application->id }}"
:resource="$application" />