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