This commit is contained in:
Andras Bacsai
2023-05-17 12:14:18 +02:00
parent 8e5adb47a0
commit 14d7e9e7f9
11 changed files with 62 additions and 54 deletions

View File

@@ -3,8 +3,7 @@
@forelse ($application->persistentStorages as $storage)
<livewire:project.application.storages.show wire:key="storage-{{ $storage->id }}" :storage="$storage" />
@empty
<p>There are no persistent storage attached for this application.</p>
<p>There are no persistent storages attached for this application.</p>
@endforelse
<h4>Add new environment variable</h4>
<livewire:project.application.storages.add />
</div>