Merge branch 'next' into dep-and-remove-unused-stuff

This commit is contained in:
🏔️ Peak 2024-11-13 18:26:46 +01:00 committed by GitHub
commit 70cd88a460
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -180,7 +180,7 @@ class="w-4 h-4 dark:text-warning text-coollabs"
</div>
<div class="pb-4">Persistent storage to preserve data between deployments.</div>
<div class="pb-4 dark:text-warning text-coollabs">If you would like to add a volume, you must add it to
your compose file (General tab).</div>
your compose file (Service Stack tab).</div>
@foreach ($applications as $application)
<livewire:project.service.storage wire:key="application-{{ $application->id }}" :resource="$application"
lazy />