fix: service stack view

This commit is contained in:
Andras Bacsai
2024-01-15 10:19:37 +01:00
parent 1afb509c33
commit 0f5559bc61
3 changed files with 10 additions and 22 deletions

View File

@@ -48,5 +48,10 @@
@endforeach
</div>
@endif
@if (
$resource->persistentStorages()->get()->count() == 0 &&
$resource->fileStorages()->get()->count() == 0)
<div class="pt-4">No storages found.</div>
@endif
@endif
</div>