diff --git a/resources/views/livewire/project/service/configuration.blade.php b/resources/views/livewire/project/service/configuration.blade.php index 185fbdb77..7fdd2812e 100644 --- a/resources/views/livewire/project/service/configuration.blade.php +++ b/resources/views/livewire/project/service/configuration.blade.php @@ -151,11 +151,13 @@ href="{{ route('project.service.index', [...$parameters, 'stack_service_uuid' => $database->uuid]) }}"> Settings - - This database will be unavailable during the restart.
Please think again. -
- + @if (str($database->status)->contains('running')) + + This database will be unavailable during the restart.
Please think + again. +
+ @endif