Correct tab name
There is no General tab, and the Compose file is reachable on the Service Stack tab.
This commit is contained in:
parent
90130d0628
commit
6ed9259547
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class="w-4 h-4 dark:text-warning text-coollabs"
|
||||||
</div>
|
</div>
|
||||||
<div class="pb-4">Persistent storage to preserve data between deployments.</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
|
<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)
|
@foreach ($applications as $application)
|
||||||
<livewire:project.service.storage wire:key="application-{{ $application->id }}" :resource="$application"
|
<livewire:project.service.storage wire:key="application-{{ $application->id }}" :resource="$application"
|
||||||
lazy />
|
lazy />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue