diff --git a/resources/views/livewire/project/shared/metrics.blade.php b/resources/views/livewire/project/shared/metrics.blade.php index f27c71bf5..95ef9ced7 100644 --- a/resources/views/livewire/project/shared/metrics.blade.php +++ b/resources/views/livewire/project/shared/metrics.blade.php @@ -5,6 +5,12 @@
Basic metrics for your container.
@if ($resource->getMorphClass() === 'App\Models\Application' && $resource->build_pack === 'dockercompose')
Metrics are not available for Docker Compose applications yet!
+ @elseif(!$resource->destination->server->isSentinelEnabled()) +
Metrics are only available for servers with Sentinel enabled!
+
Go to Server settings to + enable + it.
@else @if (!str($resource->status)->contains('running'))
Metrics are only available when the application is running!