From d721f4809ad91bb899c098bbffe63f9b863496a6 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 16 Jan 2024 12:20:40 +0100 Subject: [PATCH] fix ui --- .../project/service/configuration.blade.php | 16 ++++++++-------- .../livewire/project/service/storage.blade.php | 5 ----- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/resources/views/livewire/project/service/configuration.blade.php b/resources/views/livewire/project/service/configuration.blade.php index 62b02ec88..157a4fa16 100644 --- a/resources/views/livewire/project/service/configuration.blade.php +++ b/resources/views/livewire/project/service/configuration.blade.php @@ -7,6 +7,14 @@ @click.prevent="activeTab = 'service-stack'; window.location.hash = 'service-stack'" href="#">Service Stack + Environment + Variables + Storages Logs - Storages Webhooks - Environment - Variables @endif - @if ( - $resource->persistentStorages()->get()->count() == 0 && - $resource->fileStorages()->get()->count() == 0) -
No storages found.
- @endif @endif